From 19eed06d9ad20121a17a6824297312f2b5ea8a7c Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 18 May 2010 00:52:39 +0100 Subject: root menuitem passed in at start up the music-bridge - vapi file for dbusmenuitem need to be fixed --- src/dbus-menu-manager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dbus-menu-manager.h') 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 + /* 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 . */ -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 ! -- cgit v1.2.3