diff options
Diffstat (limited to 'backends/oss/oss-switch.h')
-rw-r--r-- | backends/oss/oss-switch.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/oss/oss-switch.h b/backends/oss/oss-switch.h index dc91758..520d0c9 100644 --- a/backends/oss/oss-switch.h +++ b/backends/oss/oss-switch.h @@ -44,7 +44,7 @@ typedef struct _OssSwitchPrivate OssSwitchPrivate; struct _OssSwitch { - MateMixerSwitch parent; + MateMixerStreamSwitch parent; /*< private >*/ OssSwitchPrivate *priv; @@ -52,12 +52,13 @@ struct _OssSwitch struct _OssSwitchClass { - MateMixerSwitchClass parent_class; + MateMixerStreamSwitchClass parent_class; }; GType oss_switch_get_type (void) G_GNUC_CONST; -OssSwitch *oss_switch_new (const gchar *name, +OssSwitch *oss_switch_new (OssStream *stream, + const gchar *name, const gchar *label, gint fd, GList *options); |