diff options
author | Michal Ratajsky <[email protected]> | 2014-11-10 11:28:44 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-10 11:28:44 +0100 |
commit | 6c1be9a4ad08f84235d4a1fcd4597bff910f59c4 (patch) | |
tree | 779944fba11c918cbbf960cc23f0479b3baf890c /docs/reference/libmatemixer-sections.txt | |
parent | 44f3cd7ba3b672e67a91358fb0f6e3370c62301a (diff) | |
download | libmatemixer-6c1be9a4ad08f84235d4a1fcd4597bff910f59c4.tar.bz2 libmatemixer-6c1be9a4ad08f84235d4a1fcd4597bff910f59c4.tar.xz |
Change MateMixerToggle into MateMixerStreamToggle and adapt ALSA
Diffstat (limited to 'docs/reference/libmatemixer-sections.txt')
-rw-r--r-- | docs/reference/libmatemixer-sections.txt | 40 |
1 files changed, 20 insertions, 20 deletions
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> |