diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 09:42:59 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 09:42:59 -0500 |
commit | 01b023c84f8762d501716d15b3aceec047466627 (patch) | |
tree | eb3c3c8d427f1d8d804046290c58d7f79d410566 /libdbusmenu-gtk/menu.h | |
parent | f5c8526e3bb73345242ea37c337562182351020b (diff) | |
parent | 9e5b9b3ce66ff01c8395ea28bc227bb34cb50f8e (diff) | |
download | libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.tar.gz libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.tar.bz2 libdbusmenu-01b023c84f8762d501716d15b3aceec047466627.zip |
Merging in the branch to add a simple type system to dbusmenu and use it to make a better GTK library, including showing and hiding items.
Diffstat (limited to 'libdbusmenu-gtk/menu.h')
-rw-r--r-- | libdbusmenu-gtk/menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/menu.h b/libdbusmenu-gtk/menu.h index 73804c5..5147d30 100644 --- a/libdbusmenu-gtk/menu.h +++ b/libdbusmenu-gtk/menu.h @@ -31,6 +31,7 @@ License version 3 and version 2.1 along with this program. If not, see #include <glib.h> #include <glib-object.h> +#include "client.h" G_BEGIN_DECLS @@ -71,6 +72,7 @@ struct _DbusmenuGtkMenu { GType dbusmenu_gtkmenu_get_type (void); DbusmenuGtkMenu * dbusmenu_gtkmenu_new (gchar * dbus_name, gchar * dbus_object); +DbusmenuGtkClient * dbusmenu_gtkmenu_get_client (DbusmenuGtkMenu * menu); /** SECTION:gtkmenu |