diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 20:30:24 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 20:30:24 +0100 |
commit | 69b3a5c03321071ebc640d66e98bbf41c709938a (patch) | |
tree | 06f899e84f67fd78ba6d09df6970a94da9cce29e /backends/pulse/pulse-port-switch.h | |
parent | a204a29e71d918e2e9e11f1a6e031c71ab3d3f63 (diff) | |
download | libmatemixer-69b3a5c03321071ebc640d66e98bbf41c709938a.tar.bz2 libmatemixer-69b3a5c03321071ebc640d66e98bbf41c709938a.tar.xz |
pulse: Use MateMixerDeviceSwitch and MateMixerStreamSwitch
Diffstat (limited to 'backends/pulse/pulse-port-switch.h')
-rw-r--r-- | backends/pulse/pulse-port-switch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/pulse/pulse-port-switch.h b/backends/pulse/pulse-port-switch.h index 6ccef38..a69361f 100644 --- a/backends/pulse/pulse-port-switch.h +++ b/backends/pulse/pulse-port-switch.h @@ -44,7 +44,7 @@ typedef struct _PulsePortSwitchPrivate PulsePortSwitchPrivate; struct _PulsePortSwitch { - MateMixerSwitch parent; + MateMixerStreamSwitch parent; /*< private >*/ PulsePortSwitchPrivate *priv; @@ -52,7 +52,7 @@ struct _PulsePortSwitch struct _PulsePortSwitchClass { - MateMixerSwitchClass parent_class; + MateMixerStreamSwitchClass parent_class; /*< private >*/ gboolean (*set_active_port) (PulsePortSwitch *swtch, |