diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-24 15:22:30 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-24 15:22:30 +0000 |
commit | b4dc15ac004d49a46cba1b88c1c5cdf8c12755ba (patch) | |
tree | a2a7baa26ca72039a27a5d05934e3ba0092212d7 /src/device.h | |
parent | 6856359f7cb8544bd51a141fea9eeab28e6d1b25 (diff) | |
download | ayatana-indicator-sound-b4dc15ac004d49a46cba1b88c1c5cdf8c12755ba.tar.gz ayatana-indicator-sound-b4dc15ac004d49a46cba1b88c1c5cdf8c12755ba.tar.bz2 ayatana-indicator-sound-b4dc15ac004d49a46cba1b88c1c5cdf8c12755ba.zip |
now using the source output
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h index 9c74344..ccaf4ea 100644 --- a/src/device.h +++ b/src/device.h @@ -68,8 +68,8 @@ void device_ensure_sink_is_unmuted (Device* self); // source and sinkinput/client related for VOIP functionality void device_update_voip_input_source (Device* sink, const pa_source_info* update); -void device_activate_voip_item (Device* sink, gint sink_input_index, gint client_index); -gint device_get_current_sink_input_index (Device* sink); +void device_activate_voip_item (Device* sink, gint source_output_index, gint client_index); +gint device_get_voip_source_output_index (Device* sink); gboolean device_is_voip_source_populated (Device* sink); gint device_get_source_index (Device* self); void device_determine_blocking_state (Device* self); |