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-connection.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/pulse/pulse-connection.c') diff --git a/backends/pulse/pulse-connection.c b/backends/pulse/pulse-connection.c index 184047f..9002f09 100644 --- a/backends/pulse/pulse-connection.c +++ b/backends/pulse/pulse-connection.c @@ -486,6 +486,9 @@ pulse_connection_create_monitor (PulseConnection *connection, index_sink_input); } +// XXX watch for some operation failures and eventually reload data +// to restore the previous state + gboolean pulse_connection_set_default_sink (PulseConnection *connection, const gchar *name) -- cgit v1.2.1