00001 00021 #ifndef _LIBNOTIFY_NOTIFY_H_ 00022 #define _LIBNOTIFY_NOTIFY_H_ 00023 00024 #include <glib.h> 00025 #include <time.h> 00026 00027 #include <libnotify/notification.h> 00028 00029 /**************************************************************************/ 00031 /**************************************************************************/ 00042 gboolean notify_init(const char *app_name); 00043 00049 void notify_uninit(void); 00050 00056 gboolean notify_is_initted(void); 00057 00063 const gchar *notify_get_app_name(void); 00064 00070 GList *notify_get_server_caps(void); 00071 00084 gboolean notify_get_server_info(char **ret_name, 00085 char **ret_vendor, 00086 char **ret_version, 00087 char **ret_spec_version); 00088 00091 #endif /* _LIBNOTIFY_NOTIFY_H_ */