6
gboolean check_update_hooks(TrayApplet *un);
7
void hook_tray_icon_init(TrayApplet *un);
11
typedef struct _HookFile HookFile;
22
typedef struct _HookTrayAppletPrivate HookTrayAppletPrivate;
23
struct _HookTrayAppletPrivate
25
GtkBuilder *gtk_builder;
27
// the list of all hook files
31
NotifyNotification *active_notification;