diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
commit | 39430b4d1797d16b2152fddb864a38c26f8fb97f (patch) | |
tree | 571aa0291b7b02559fd2ec2f18efedd0031c50ac /src/pulseaudio-mgr.c | |
parent | 025fb0a3df226ab127ee435c341882addfafcbba (diff) | |
download | ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.gz ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.bz2 ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.zip |
putting in back together
Diffstat (limited to 'src/pulseaudio-mgr.c')
-rw-r--r-- | src/pulseaudio-mgr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pulseaudio-mgr.c b/src/pulseaudio-mgr.c index 9fd449d..eaff2b7 100644 --- a/src/pulseaudio-mgr.c +++ b/src/pulseaudio-mgr.c @@ -64,7 +64,7 @@ static void pm_update_active_sink (pa_context *c, //static void pm_populate_active_sink (const pa_sink_info *info, ActiveSink* sink); static gboolean reconnect_to_pulse (gpointer user_data); -static pa_cvolume construct_mono_volume(const pa_cvolume* vol); +//static pa_cvolume construct_mono_volume(const pa_cvolume* vol); static gint connection_attempts = 0; @@ -72,7 +72,9 @@ static gint reconnect_idle_id = 0; static pa_context *pulse_context = NULL; static pa_glib_mainloop *pa_main_loop = NULL; -// Entry Point +/** + Entry Point + **/ void pm_establish_pulse_connection (ActiveSink* active_sink) { |