aboutsummaryrefslogtreecommitdiff
path: root/src/menu-dbus.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2008-11-12 21:49:27 -0600
committerTed Gould <ted@canonical.com>2008-11-12 21:49:27 -0600
commitb63286e253aea5a176439efbc69efae18112528b (patch)
tree9eb30f3f37fb7705af08bd6a9a78edcc42bc00b7 /src/menu-dbus.h
parentb4b7ab38fd5990567da2713638e8edcd055e3eec (diff)
downloadlibayatana-indicator-b63286e253aea5a176439efbc69efae18112528b.tar.gz
libayatana-indicator-b63286e253aea5a176439efbc69efae18112528b.tar.bz2
libayatana-indicator-b63286e253aea5a176439efbc69efae18112528b.zip
Starting to build functions to handle the menu spec over DBus
Diffstat (limited to 'src/menu-dbus.h')
-rw-r--r--src/menu-dbus.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/menu-dbus.h b/src/menu-dbus.h
new file mode 100644
index 0000000..3b7ed8e
--- /dev/null
+++ b/src/menu-dbus.h
@@ -0,0 +1,17 @@
+
+#ifndef MENU_DBUS_H__SEEN__
+#define MENU_DBUS_H__SEEN__ 1
+
+#include <gtk/gtk.h>
+#include <dbus/dbus-glib.h>
+
+#define DBUS_MENU_ROOT_ID (0)
+
+GtkWidget * dbus_menu_make_menuitem (DBusGConnection * bus,
+ const char * name,
+ const char * object,
+ guint menu_id);
+
+
+
+#endif /* MENU_DBUS_H__SEEN__ */