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

« back to all changes in this revision

Viewing changes to src/hooks.h

  • Committer: Colin Watson
  • Date: 2013-01-30 17:11:40 UTC
  • mto: This revision was merged to the branch mainline in revision 753.
  • Revision ID: cjwatson@canonical.com-20130130171140-donoqzz0q60ynogg
Only create a single GSettings instance for com.ubuntu.update-notifier,
rather than several.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
 
5
5
 
6
 
gboolean check_update_hooks(TrayApplet *un);
7
 
void hook_tray_icon_init(TrayApplet *un);
 
6
gboolean check_update_hooks(TrayApplet *ta);
 
7
void hook_tray_icon_init(TrayApplet *ta);
8
8
 
9
9
 
10
10