diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-27 12:04:11 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-27 12:04:11 -0400 |
commit | e863f12e806f60b3592ca09211d8dd96d6dde810 (patch) | |
tree | 25702afdc6dece82b1e4616f9f24d368f21c3f4a /src/idousermenuitem.h | |
parent | 07f79077388bda20a28fcd38a9e5b60631794ffe (diff) | |
download | ayatana-ido-e863f12e806f60b3592ca09211d8dd96d6dde810.tar.gz ayatana-ido-e863f12e806f60b3592ca09211d8dd96d6dde810.tar.bz2 ayatana-ido-e863f12e806f60b3592ca09211d8dd96d6dde810.zip |
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.
Diffstat (limited to 'src/idousermenuitem.h')
-rw-r--r-- | src/idousermenuitem.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |