#include int main(int argc, char **argv) { gboolean init; init = notify_init("test"); if (init && notify_is_initted()) { printf("Initialized\n"); } notify_uninit(); }