aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-02 00:18:04 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-02 00:18:04 +0000
commita6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch)
treeabce27406eaa2fe29e1705b0b38b81cd947871af /src/indicator-sound.h
parent6468402475d7bfced0ee905bdd56977cc2f4b7da (diff)
parent7a92d249547ff1783725850edb39a952e52ee8c9 (diff)
downloadayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.gz
ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.bz2
ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.zip
slow progress on the testing front
Diffstat (limited to 'src/indicator-sound.h')
-rw-r--r--src/indicator-sound.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/indicator-sound.h b/src/indicator-sound.h
new file mode 100644
index 0000000..eaf8948
--- /dev/null
+++ b/src/indicator-sound.h
@@ -0,0 +1,29 @@
+/*
+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:
+ Conor Curran <conor.curra@canonical.com>
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+
+void prepare_state_machine();
+void determine_state_from_volume(gdouble volume_percent);
+gint get_state();
+// Not nice
+void prepare_for_tests(IndicatorObject * io);