diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-07 17:41:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-07 17:41:04 +0100 |
commit | b73df84c7cde202707fb740a0c266fe7d4a29794 (patch) | |
tree | e56072c1d0fbc11cd7d5422bf5d0d33ca1a66255 /gst-mixer/src/window.h | |
parent | a2fac276568d29592db30e422b733d93d5d6e466 (diff) | |
download | mate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.bz2 mate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.xz |
gst-mixer: migrate to gsettings
TODO: need to add a feature to disable whitelist mixers
Diffstat (limited to 'gst-mixer/src/window.h')
-rw-r--r-- | gst-mixer/src/window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-mixer/src/window.h b/gst-mixer/src/window.h index e108d75..cbd1901 100644 --- a/gst-mixer/src/window.h +++ b/gst-mixer/src/window.h @@ -23,7 +23,7 @@ #define __GVC_WINDOW_H__ #include <glib.h> -#include <mateconf/mateconf-client.h> +#include <gio/gio.h> #include <gst/gst.h> #include "element.h" @@ -49,8 +49,8 @@ typedef struct { /* element list */ GList *elements; - /* mateconf client */ - MateConfClient *client; + /* gsettings */ + GSettings *settings; /* contents */ MateVolumeControlElement *el; |