~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/update-notifier.h

  • Committer: mvo
  • Date: 2006-01-26 23:07:09 UTC
  • Revision ID: gustavo@niemeyer.net-20060126230709-7f3bc6c7cb03368e
* merged the changes from scott

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define GCONF_KEY_NO_UPDATE_NOTIFICATIONS "/apps/update-notifier/no_show_notifications"
31
31
 
32
32
#define HOOKS_DIR "/var/lib/update-notifier/user.d/"
 
33
#define REBOOT_FILE "/var/run/reboot-required"
33
34
 
34
35
void invoke_with_gksu(gchar *cmd, gchar *descr);
35
36
 
50
51
struct _UpgradeNotifier
51
52
{
52
53
   TrayApplet *update;
 
54
   TrayApplet *reboot;
53
55
   TrayApplet *hook;
54
56
 
55
57
   GConfClient *gconf;