diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
commit | 6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f (patch) | |
tree | 6c9e280e2289b7340981dbdcf21ee3b4982d832e /src/sound-service.h | |
parent | 39cc953dc802c485d690fbbac77eaa6364818680 (diff) | |
parent | b4dfb37242eb867798f778a80d5ece48a568630b (diff) | |
download | ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.gz ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.bz2 ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.zip |
Import upstream version 0.1.3
Diffstat (limited to 'src/sound-service.h')
-rw-r--r-- | src/sound-service.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/sound-service.h b/src/sound-service.h index d36ea41..cefbf45 100644 --- a/src/sound-service.h +++ b/src/sound-service.h @@ -27,13 +27,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <unistd.h> #include <glib/gi18n.h> -#include <dbus/dbus-glib.h> -#include <dbus/dbus-glib-bindings.h> - -#include <libdbusmenu-glib/server.h> -#include <libdbusmenu-glib/menuitem.h> -#include <libdbusmenu-glib/client.h> - #include <libindicator/indicator-service.h> #include "dbus-shared-names.h" @@ -41,7 +34,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. // ENTRY AND EXIT POINTS void service_shutdown(IndicatorService * service, gpointer user_data); int main (int argc, char ** argv); -void update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted, gdouble current_vol); -void update_mute_ui(gboolean incoming_mute_value); -#endif +#endif |