summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-enum-types.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 11:40:06 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 11:40:06 +0100
commit38a6d46a1058cd98466589427d5da704db7bfe09 (patch)
tree5d101d8862f26b8f2785b10f5781bf75e64d6300 /libmatemixer/matemixer-enum-types.h
parent6c1be9a4ad08f84235d4a1fcd4597bff910f59c4 (diff)
downloadlibmatemixer-38a6d46a1058cd98466589427d5da704db7bfe09.tar.bz2
libmatemixer-38a6d46a1058cd98466589427d5da704db7bfe09.tar.xz
Change MateMixerSwitchFlags into MateMixerStreamSwitchFlags
Diffstat (limited to 'libmatemixer/matemixer-enum-types.h')
-rw-r--r--libmatemixer/matemixer-enum-types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmatemixer/matemixer-enum-types.h b/libmatemixer/matemixer-enum-types.h
index 42b996b..f86474c 100644
--- a/libmatemixer/matemixer-enum-types.h
+++ b/libmatemixer/matemixer-enum-types.h
@@ -49,12 +49,12 @@ GType mate_mixer_stream_control_role_get_type (void) G_GNUC_CONST;
#define MATE_MIXER_TYPE_STREAM_CONTROL_MEDIA_ROLE (mate_mixer_stream_control_media_role_get_type ())
GType mate_mixer_stream_control_media_role_get_type (void) G_GNUC_CONST;
-#define MATE_MIXER_TYPE_SWITCH_FLAGS (mate_mixer_switch_flags_get_type ())
-GType mate_mixer_switch_flags_get_type (void) G_GNUC_CONST;
-
#define MATE_MIXER_TYPE_DEVICE_SWITCH_ROLE (mate_mixer_device_switch_role_get_type ())
GType mate_mixer_device_switch_role_get_type (void) G_GNUC_CONST;
+#define MATE_MIXER_TYPE_STREAM_SWITCH_FLAGS (mate_mixer_stream_switch_flags_get_type ())
+GType mate_mixer_stream_switch_flags_get_type (void) G_GNUC_CONST;
+
#define MATE_MIXER_TYPE_STREAM_SWITCH_ROLE (mate_mixer_stream_switch_role_get_type ())
GType mate_mixer_stream_switch_role_get_type (void) G_GNUC_CONST;