diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-31 11:15:39 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-05-31 11:15:39 -0400 |
commit | 3578bb3ac7407a051e26797043e7c3089f92d438 (patch) | |
tree | d9f7573e04c5f64e9b447d3f7dee053c469e8d3e /src | |
parent | e863f12e806f60b3592ca09211d8dd96d6dde810 (diff) | |
download | ayatana-ido-3578bb3ac7407a051e26797043e7c3089f92d438.tar.gz ayatana-ido-3578bb3ac7407a051e26797043e7c3089f92d438.tar.bz2 ayatana-ido-3578bb3ac7407a051e26797043e7c3089f92d438.zip |
ido_user_menu_item_new_from_model: fix docstring
Diffstat (limited to 'src')
-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, |