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-device-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-device-switch.h')
-rw-r--r-- | backends/pulse/pulse-device-switch.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/backends/pulse/pulse-device-switch.h b/backends/pulse/pulse-device-switch.h index 50f4a68..3886937 100644 --- a/backends/pulse/pulse-device-switch.h +++ b/backends/pulse/pulse-device-switch.h @@ -44,7 +44,7 @@ typedef struct _PulseDeviceSwitchPrivate PulseDeviceSwitchPrivate; struct _PulseDeviceSwitch { - MateMixerSwitch parent; + MateMixerDeviceSwitch parent; /*< private >*/ PulseDeviceSwitchPrivate *priv; @@ -52,7 +52,7 @@ struct _PulseDeviceSwitch struct _PulseDeviceSwitchClass { - MateMixerSwitchClass parent_class; + MateMixerDeviceSwitchClass parent_class; }; GType pulse_device_switch_get_type (void) G_GNUC_CONST; @@ -61,8 +61,6 @@ PulseDeviceSwitch *pulse_device_switch_new (const gchar const gchar *label, PulseDevice *device); -PulseDevice * pulse_device_switch_get_device (PulseDeviceSwitch *swtch); - void pulse_device_switch_add_profile (PulseDeviceSwitch *swtch, PulseDeviceProfile *profile); |