diff options
author | Michal Ratajsky <[email protected]> | 2014-07-05 01:35:00 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-07-05 01:35:00 +0200 |
commit | 85070f3b97a3213d75a7bebf86ad973aaa21c55b (patch) | |
tree | fa3a29c788acd6233ca7a201ee9aaebffafa7d4c /backends/pulse/pulse-monitor.h | |
parent | 4793cbd87fed50678215b5dc1ba8e708fd4c9b58 (diff) | |
download | libmatemixer-85070f3b97a3213d75a7bebf86ad973aaa21c55b.tar.bz2 libmatemixer-85070f3b97a3213d75a7bebf86ad973aaa21c55b.tar.xz |
Add ability to set monitor name and fix a few problems
Diffstat (limited to 'backends/pulse/pulse-monitor.h')
-rw-r--r-- | backends/pulse/pulse-monitor.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |