From e863f12e806f60b3592ca09211d8dd96d6dde810 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 27 May 2013 12:04:11 -0400 Subject: Move crate_user_menu_item into idousermenuitem.c We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much. --- src/idousermenuitem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/idousermenuitem.h') diff --git a/src/idousermenuitem.h b/src/idousermenuitem.h index b9a3d00..d51f6c7 100644 --- a/src/idousermenuitem.h +++ b/src/idousermenuitem.h @@ -61,6 +61,9 @@ void ido_user_menu_item_set_logged_in (IdoUserMenuItem * self, gboolean i void ido_user_menu_item_set_current_user (IdoUserMenuItem * self, gboolean is_current_user); void ido_user_menu_item_set_label (IdoUserMenuItem * self, const char * label); +GtkMenuItem * ido_user_menu_item_new_from_model (GMenuItem *menuitem, + GActionGroup *actions); + G_END_DECLS #endif -- cgit v1.2.3