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

« back to all changes in this revision

Viewing changes to src/update.h

  • Committer: Michael Terry
  • Date: 2011-07-13 14:54:42 UTC
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: michael.terry@canonical.com-20110713145442-4b0pkrbebadn99h6
convert to gsettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
typedef struct _UpdateTrayAppletPrivate UpdateTrayAppletPrivate;
11
11
struct _UpdateTrayAppletPrivate 
12
12
{
13
 
   GConfClient* gconf;
 
13
   GSettings* settings;
14
14
   // this is a permanent marker if apt is runing currently
15
15
   // (the difference to the one in update-notifier.h is that
16
16
   //  the one in here is "global" and not "per-timeslice" information