diff options
Diffstat (limited to 'backends/pulse/pulse.h')
-rw-r--r-- | backends/pulse/pulse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/pulse/pulse.h b/backends/pulse/pulse.h index 2f8414f..d94a543 100644 --- a/backends/pulse/pulse.h +++ b/backends/pulse/pulse.h @@ -54,8 +54,10 @@ struct _MateMixerPulseClass GType mate_mixer_pulse_get_type (void) G_GNUC_CONST; +/* Interface implementation */ gboolean mate_mixer_pulse_open (MateMixerBackend *backend); void mate_mixer_pulse_close (MateMixerBackend *backend); GList *mate_mixer_pulse_list_devices (MateMixerBackend *backend); +GList *mate_mixer_pulse_list_streams (MateMixerBackend *backend); #endif /* MATEMIXER_PULSE_H */ |