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 /backends/alsa/alsa-switch.h | |
parent | 068d95e1c28b0e20e692c5ecb24f044542e82ae9 (diff) | |
download | libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.bz2 libmatemixer-44651c5d2334da5dd295eca9c2e530b99348bdd6.tar.xz |
Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and MateMixerStreamSwitchRole
Diffstat (limited to 'backends/alsa/alsa-switch.h')
-rw-r--r-- | backends/alsa/alsa-switch.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/alsa/alsa-switch.h b/backends/alsa/alsa-switch.h index 9ebf907..e15b960 100644 --- a/backends/alsa/alsa-switch.h +++ b/backends/alsa/alsa-switch.h @@ -57,11 +57,11 @@ struct _AlsaSwitchClass GType alsa_switch_get_type (void) G_GNUC_CONST; -AlsaSwitch *alsa_switch_new (AlsaStream *stream, - const gchar *name, - const gchar *label, - MateMixerSwitchRole role, - GList *options); +AlsaSwitch *alsa_switch_new (AlsaStream *stream, + const gchar *name, + const gchar *label, + MateMixerStreamSwitchRole role, + GList *options); G_END_DECLS |