diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 23:04:31 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 23:04:31 +0100 |
commit | 44651c5d2334da5dd295eca9c2e530b99348bdd6 (patch) | |
tree | ff27dab4ba61563bf04442d7d2c5f0547e2dbaea /docs | |
parent | 068d95e1c28b0e20e692c5ecb24f044542e82ae9 (diff) | |
download | libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.bz2 libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.xz |
Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and MateMixerStreamSwitchRole
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libmatemixer-sections.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/libmatemixer-sections.txt b/docs/reference/libmatemixer-sections.txt index 02b0f7e..0049cfa 100644 --- a/docs/reference/libmatemixer-sections.txt +++ b/docs/reference/libmatemixer-sections.txt @@ -91,8 +91,10 @@ mate_mixer_device_get_type <SECTION> <FILE>matemixer-device-switch</FILE> <TITLE>MateMixerDeviceSwitch</TITLE> +MateMixerDeviceSwitchRole MateMixerDeviceSwitch MateMixerDeviceSwitchClass +mate_mixer_device_switch_get_role mate_mixer_device_switch_get_device <SUBSECTION Standard> MATE_MIXER_IS_DEVICE_SWITCH @@ -207,8 +209,10 @@ mate_mixer_stream_control_get_type <SECTION> <FILE>matemixer-stream-switch</FILE> <TITLE>MateMixerStreamSwitch</TITLE> +MateMixerStreamSwitchRole MateMixerStreamSwitch MateMixerStreamSwitchClass +mate_mixer_stream_switch_get_role mate_mixer_stream_switch_get_stream <SUBSECTION Standard> MATE_MIXER_IS_STREAM_SWITCH @@ -226,13 +230,11 @@ mate_mixer_stream_switch_get_type <FILE>matemixer-switch</FILE> <TITLE>MateMixerSwitch</TITLE> MateMixerSwitchFlags -MateMixerSwitchRole MateMixerSwitch MateMixerSwitchClass mate_mixer_switch_get_name mate_mixer_switch_get_label mate_mixer_switch_get_flags -mate_mixer_switch_get_role mate_mixer_switch_get_option mate_mixer_switch_list_options mate_mixer_switch_get_active_option |