~macslow/notify-osd/gsettings-port

« back to all changes in this revision

Viewing changes to src/defaults.h

  • Committer: Mirco Müller
  • Date: 2011-07-13 17:22:48 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20110713172248-plfeijqr4vn7osf2
Ported NotifyOSD over from GConf to GSettings... with this a lot of code and some functionality of NotifyOSD's dynamic nature - to adapt to user-chagnes on the fly - had to be removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define __DEFAULTS_H
31
31
 
32
32
#include <glib-object.h>
33
 
#include <gconf/gconf-client.h>
 
33
#include <gio/gio.h>
34
34
 
35
35
G_BEGIN_DECLS
36
36
 
74
74
        GObject parent;
75
75
 
76
76
        /* private */
77
 
        GConfClient*   context;
78
 
        guint          notifier[6];
 
77
        GSettings*     nosd_settings;
 
78
        GSettings*     gnome_settings;
79
79
        gint           desktop_width;
80
80
        gint           desktop_height;
81
81
        gint           desktop_top;