From 85070f3b97a3213d75a7bebf86ad973aaa21c55b Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 5 Jul 2014 01:35:00 +0200 Subject: Add ability to set monitor name and fix a few problems --- backends/pulse/pulse-monitor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/pulse/pulse-monitor.h') diff --git a/backends/pulse/pulse-monitor.h b/backends/pulse/pulse-monitor.h index d82d5cf..b3f6f89 100644 --- a/backends/pulse/pulse-monitor.h +++ b/backends/pulse/pulse-monitor.h @@ -70,6 +70,10 @@ gboolean pulse_monitor_enable (PulseMonitor *monitor); void pulse_monitor_disable (PulseMonitor *monitor); gboolean pulse_monitor_is_enabled (PulseMonitor *monitor); +const gchar * pulse_monitor_get_name (PulseMonitor *monitor); +gboolean pulse_monitor_set_name (PulseMonitor *monitor, + const gchar *name); + gboolean pulse_monitor_update_index (PulseMonitor *monitor, guint32 index_source, guint32 index_sink_input); -- cgit v1.2.1