summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-device-switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/pulse/pulse-device-switch.h')
-rw-r--r--backends/pulse/pulse-device-switch.h6
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);