Hello,
I'm trying to familiarize myself with new unity API provided by libunity, I wrote a simple example application, but it is doesn't seems to work.
Heres the testing code, if someone could take a look
There is no effect at all, std output not showing any messages or warnings as wellCode:#include <unity/unity/unity.h> int main(int argc, char **argv) { g_type_init(); UnityLauncherEntry* xx = unity_launcher_entry_get_for_desktop_id("evolution.desktop"); unity_launcher_entry_set_count(xx,12); unity_launcher_entry_set_count_visible(xx,TRUE); pause(); return 0; }



Adv Reply



Bookmarks