summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 11:28:44 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 11:28:44 +0100
commit6c1be9a4ad08f84235d4a1fcd4597bff910f59c4 (patch)
tree779944fba11c918cbbf960cc23f0479b3baf890c /docs
parent44f3cd7ba3b672e67a91358fb0f6e3370c62301a (diff)
downloadlibmatemixer-6c1be9a4ad08f84235d4a1fcd4597bff910f59c4.tar.bz2
libmatemixer-6c1be9a4ad08f84235d4a1fcd4597bff910f59c4.tar.xz
Change MateMixerToggle into MateMixerStreamToggle and adapt ALSA
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libmatemixer-docs.xml2
-rw-r--r--docs/reference/libmatemixer-sections.txt40
2 files changed, 21 insertions, 21 deletions
diff --git a/docs/reference/libmatemixer-docs.xml b/docs/reference/libmatemixer-docs.xml
index 615a67a..196e484 100644
--- a/docs/reference/libmatemixer-docs.xml
+++ b/docs/reference/libmatemixer-docs.xml
@@ -23,10 +23,10 @@
<xi:include href="xml/matemixer-stream.xml"/>
<xi:include href="xml/matemixer-stream-control.xml"/>
<xi:include href="xml/matemixer-stream-switch.xml"/>
+ <xi:include href="xml/matemixer-stream-toggle.xml"/>
<xi:include href="xml/matemixer-stored-control.xml"/>
<xi:include href="xml/matemixer-switch.xml"/>
<xi:include href="xml/matemixer-switch-option.xml"/>
- <xi:include href="xml/matemixer-toggle.xml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
diff --git a/docs/reference/libmatemixer-sections.txt b/docs/reference/libmatemixer-sections.txt
index 0049cfa..ddc5f19 100644
--- a/docs/reference/libmatemixer-sections.txt
+++ b/docs/reference/libmatemixer-sections.txt
@@ -227,6 +227,26 @@ mate_mixer_stream_switch_get_type
</SECTION>
<SECTION>
+<FILE>matemixer-stream-toggle</FILE>
+<TITLE>MateMixerStreamToggle</TITLE>
+MateMixerStreamToggle
+MateMixerStreamToggleClass
+mate_mixer_stream_toggle_get_state
+mate_mixer_stream_toggle_set_state
+mate_mixer_stream_toggle_get_state_option
+<SUBSECTION Standard>
+MATE_MIXER_IS_STREAM_TOGGLE
+MATE_MIXER_IS_STREAM_TOGGLE_CLASS
+MATE_MIXER_STREAM_TOGGLE
+MATE_MIXER_STREAM_TOGGLE_CLASS
+MATE_MIXER_STREAM_TOGGLE_GET_CLASS
+MATE_MIXER_TYPE_STREAM_TOGGLE
+<SUBSECTION Private>
+MateMixerStreamTogglePrivate
+mate_mixer_stream_toggle_get_type
+</SECTION>
+
+<SECTION>
<FILE>matemixer-switch</FILE>
<TITLE>MateMixerSwitch</TITLE>
MateMixerSwitchFlags
@@ -270,23 +290,3 @@ MATE_MIXER_TYPE_SWITCH_OPTION
MateMixerSwitchOptionPrivate
mate_mixer_switch_option_get_type
</SECTION>
-
-<SECTION>
-<FILE>matemixer-toggle</FILE>
-<TITLE>MateMixerToggle</TITLE>
-MateMixerToggle
-MateMixerToggleClass
-mate_mixer_toggle_get_state
-mate_mixer_toggle_set_state
-mate_mixer_toggle_get_state_option
-<SUBSECTION Standard>
-MATE_MIXER_IS_TOGGLE
-MATE_MIXER_IS_TOGGLE_CLASS
-MATE_MIXER_TOGGLE
-MATE_MIXER_TOGGLE_CLASS
-MATE_MIXER_TOGGLE_GET_CLASS
-MATE_MIXER_TYPE_TOGGLE
-<SUBSECTION Private>
-MateMixerTogglePrivate
-mate_mixer_toggle_get_type
-</SECTION>