diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 15:57:39 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 15:57:39 -0500 |
commit | 759793a2dda77abd227921e119bb329271c36a55 (patch) | |
tree | 248c4ba64e9464f58a64c22c69f24a294ff16a84 /src/pulse-manager.h | |
parent | 500000a82b6785e2bf7732ee87f36c6a44d2767c (diff) | |
parent | 6b2132fb4e700fe84a26adeac5126e8afbc507b3 (diff) | |
download | ayatana-indicator-sound-759793a2dda77abd227921e119bb329271c36a55.tar.gz ayatana-indicator-sound-759793a2dda77abd227921e119bb329271c36a55.tar.bz2 ayatana-indicator-sound-759793a2dda77abd227921e119bb329271c36a55.zip |
Import upstream version 0.5.7
Diffstat (limited to 'src/pulse-manager.h')
-rw-r--r-- | src/pulse-manager.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pulse-manager.h b/src/pulse-manager.h index fc01f1c..5895aeb 100644 --- a/src/pulse-manager.h +++ b/src/pulse-manager.h @@ -1,9 +1,6 @@ #ifndef __INCLUDE_PULSE_MANAGER_H__ #define __INCLUDE_PULSE_MANAGER_H__ /* -A small wrapper utility to load indicators and put them as menu items -into the gnome-panel using it's applet interface. - Copyright 2010 Canonical Ltd. Authors: @@ -43,6 +40,6 @@ void establish_pulse_activities(SoundServiceDbus *service); void set_sink_volume(gdouble percent); void toggle_global_mute(gboolean mute_value); void close_pulse_activites(); - +gboolean default_sink_is_muted(); #endif |