#ifndef NOTIFIER_API_H #define NOTIFIER_API_H #include "pcmanx_utils.h" #include #include #include G_BEGIN_DECLS void popup_notifier_init(GdkPixbuf *icon); void popup_notifier_set_timeout( int popup_timeout_sec ); GtkWidget* popup_notifier_notify(const gchar *caption, const gchar *text, GtkWidget* parent, GCallback click_cb, gpointer click_cb_data); G_END_DECLS #endif