aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-menu-manager.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-05-18 00:52:39 +0100
committerConor Curran <conor.curran@canonical.com>2010-05-18 00:52:39 +0100
commit19eed06d9ad20121a17a6824297312f2b5ea8a7c (patch)
tree7e1d3d5f93da5b7f08fb5b4f899f0fe4a00ec8ba /src/dbus-menu-manager.h
parentd73292111b3c141f62508ffb28971e6c5b36d751 (diff)
downloadayatana-indicator-sound-19eed06d9ad20121a17a6824297312f2b5ea8a7c.tar.gz
ayatana-indicator-sound-19eed06d9ad20121a17a6824297312f2b5ea8a7c.tar.bz2
ayatana-indicator-sound-19eed06d9ad20121a17a6824297312f2b5ea8a7c.zip
root menuitem passed in at start up the music-bridge - vapi file for dbusmenuitem need to be fixed
Diffstat (limited to 'src/dbus-menu-manager.h')
-rw-r--r--src/dbus-menu-manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dbus-menu-manager.h b/src/dbus-menu-manager.h
index 5f49e5f..a5286ca 100644
--- a/src/dbus-menu-manager.h
+++ b/src/dbus-menu-manager.h
@@ -1,6 +1,8 @@
#ifndef __INCLUDE_DBUS_MENU_MANAGER_H__
#define __INCLUDE_DBUS_MENU_MANAGER_H__
+#include <libdbusmenu-glib/menuitem.h>
+
/*
This handles the management of the dbusmeneu items.
Copyright 2010 Canonical Ltd.
@@ -21,7 +23,7 @@ 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 dbus_menu_manager_setup();
+DbusmenuMenuitem* dbus_menu_manager_setup();
void dbus_menu_manager_teardown();
void dbus_menu_manager_update_pa_state(gboolean pa_state, gboolean sink_available, gboolean sink_muted, gdouble current_vol);
// TODO update pa_state should incorporate the method below !