summaryrefslogtreecommitdiff
path: root/gst-mixer/src/window.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-07 17:41:04 +0100
committerStefano Karapetsas <[email protected]>2012-11-07 17:41:04 +0100
commitb73df84c7cde202707fb740a0c266fe7d4a29794 (patch)
treee56072c1d0fbc11cd7d5422bf5d0d33ca1a66255 /gst-mixer/src/window.h
parenta2fac276568d29592db30e422b733d93d5d6e466 (diff)
downloadmate-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.h6
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;