4
#include <glade/glade.h>
5
#include "update-notifier.h"
7
gboolean check_update_hooks(TrayApplet *un);
8
void hook_tray_icon_init(TrayApplet *un);
11
typedef struct _HookFileSeen HookFileSeen;
20
typedef struct _HookDialog HookDialog;
26
GList *hook_files_seen;