aboutsummaryrefslogtreecommitdiff
path: root/src/idousermenuitem.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-23 18:06:39 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-23 18:06:39 -0500
commit8008ec3c0dbd2dca7697f4f22c90f1d84819d1e0 (patch)
treed6154d9a92f0e3e1589ecc0971749a02dbe1249b /src/idousermenuitem.h
parent61ce72760580396f55c1c9490bdc3cc6b52482d1 (diff)
downloadayatana-ido-8008ec3c0dbd2dca7697f4f22c90f1d84819d1e0.tar.gz
ayatana-ido-8008ec3c0dbd2dca7697f4f22c90f1d84819d1e0.tar.bz2
ayatana-ido-8008ec3c0dbd2dca7697f4f22c90f1d84819d1e0.zip
add ido_guest_menu_item_new_for_model()
Diffstat (limited to 'src/idousermenuitem.h')
-rw-r--r--src/idousermenuitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idousermenuitem.h b/src/idousermenuitem.h
index 89e9a12..d1d5729 100644
--- a/src/idousermenuitem.h
+++ b/src/idousermenuitem.h
@@ -65,6 +65,9 @@ void ido_user_menu_item_set_label (IdoUserMenuItem * self, const char *
GtkMenuItem * ido_user_menu_item_new_from_model (GMenuItem *menuitem,
GActionGroup *actions);
+GtkMenuItem * ido_guest_menu_item_new_from_model (GMenuItem *menuitem,
+ GActionGroup *actions);
+
G_END_DECLS
#endif