6
gboolean check_update_hooks(TrayApplet *ta);
7
void hook_tray_icon_init(TrayApplet *ta);
11
typedef struct _HookFile HookFile;
22
typedef struct _HookTrayAppletPrivate HookTrayAppletPrivate;
23
struct _HookTrayAppletPrivate
25
GtkWidget *dialog_hooks;
26
GtkWidget *label_title;
27
GtkWidget *textview_hook;
28
GtkWidget *button_next;
29
GtkWidget *button_run;
31
// the list of all hook files
35
NotifyNotification *active_notification;