diff options
Diffstat (limited to 'src/idousermenuitem.c')
-rw-r--r-- | src/idousermenuitem.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/idousermenuitem.c b/src/idousermenuitem.c index 42b3c7b..4c6e81d 100644 --- a/src/idousermenuitem.c +++ b/src/idousermenuitem.c @@ -408,10 +408,12 @@ user_menu_item_state_changed (IdoActionHelper *helper, } /** - * ido_user_menu_item_create: + * ido_user_menu_item_new_from_model: * - * Creates an IdoUserMenuItem. If @menuitem contains an action, the + * Creates an #IdoUserMenuItem. If @menuitem contains an action, the * widget is bound to that action in @actions. + * + * Returns: (transfer full): a new #IdoUserMenuItem */ GtkMenuItem * ido_user_menu_item_new_from_model (GMenuItem *menuitem, |