summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-stream.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 23:19:34 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 23:19:34 +0100
commitfae2085e39de4e49b692e334c6482442f6c83007 (patch)
tree081dc44150eef7eb2b1f78e0b84ba0fccd803a06 /libmatemixer/matemixer-stream.h
parent44651c5d2334da5dd295eca9c2e530b99348bdd6 (diff)
downloadlibmatemixer-fae2085e39de4e49b692e334c6482442f6c83007.tar.bz2
libmatemixer-fae2085e39de4e49b692e334c6482442f6c83007.tar.xz
Return MateMixerDeviceSwitch and MateMixerStreamSwitch from functions when feasible and include docs of the new classes
Diffstat (limited to 'libmatemixer/matemixer-stream.h')
-rw-r--r--libmatemixer/matemixer-stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmatemixer/matemixer-stream.h b/libmatemixer/matemixer-stream.h
index 7f7c857..5744c04 100644
--- a/libmatemixer/matemixer-stream.h
+++ b/libmatemixer/matemixer-stream.h
@@ -69,7 +69,7 @@ struct _MateMixerStreamClass
/*< private >*/
MateMixerStreamControl *(*get_control) (MateMixerStream *stream,
const gchar *name);
- MateMixerSwitch *(*get_switch) (MateMixerStream *stream,
+ MateMixerStreamSwitch *(*get_switch) (MateMixerStream *stream,
const gchar *name);
const GList *(*list_controls) (MateMixerStream *stream);
@@ -97,7 +97,7 @@ MateMixerDirection mate_mixer_stream_get_direction (MateMixerStream *
MateMixerDevice * mate_mixer_stream_get_device (MateMixerStream *stream);
MateMixerStreamControl *mate_mixer_stream_get_control (MateMixerStream *stream,
const gchar *name);
-MateMixerSwitch * mate_mixer_stream_get_switch (MateMixerStream *stream,
+MateMixerStreamSwitch * mate_mixer_stream_get_switch (MateMixerStream *stream,
const gchar *name);
MateMixerStreamControl *mate_mixer_stream_get_default_control (MateMixerStream *stream);