blob: 3b7ed8e155eb838880aa697b631c38a58a55d353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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__ */
|