aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 16:58:46 -0500
committerTed Gould <ted@canonical.com>2009-08-26 16:58:46 -0500
commitb1e8c02ec17a79d89df08a5c7aedf0f5e46a2dfa (patch)
treeee1b0b060acb4c335e3d77a57dc711627e76eb61 /libdbusmenu-gtk/client.h
parent29199629cd000bfdf33a911cf2971fcb9dad11dc (diff)
downloadlibdbusmenu-b1e8c02ec17a79d89df08a5c7aedf0f5e46a2dfa.tar.gz
libdbusmenu-b1e8c02ec17a79d89df08a5c7aedf0f5e46a2dfa.tar.bz2
libdbusmenu-b1e8c02ec17a79d89df08a5c7aedf0f5e46a2dfa.zip
Promoting the base function up to an API function so that it can be used else where.
Diffstat (limited to 'libdbusmenu-gtk/client.h')
-rw-r--r--libdbusmenu-gtk/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/client.h b/libdbusmenu-gtk/client.h
index a549fe0..b1d816f 100644
--- a/libdbusmenu-gtk/client.h
+++ b/libdbusmenu-gtk/client.h
@@ -79,6 +79,8 @@ GType dbusmenu_gtkclient_get_type (void);
DbusmenuGtkClient * dbusmenu_gtkclient_new (gchar * dbus_name, gchar * dbus_object);
GtkMenuItem * dbusmenu_gtkclient_menuitem_get (DbusmenuGtkClient * client, DbusmenuMenuitem * item);
+void dbusmenu_gtkclient_newitem_base (DbusmenuGtkClient * client, DbusmenuMenuitem * item, GtkMenuItem * gmi, DbusmenuMenuitem * parent);
+
/**
SECTION:gtkmenu
@short_description: A GTK Menu Object that syncronizes over DBus