summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:14:33 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:56:06 +0100
commit3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (patch)
tree924c3474e294b5d2c65699bd839264ce8b6ea704 /gtk/gtkaction.c
parent497b66a5ab86b0a9c4a5af41a0c9e9343b7bb0cd (diff)
downloadgtk+-3c8fc21e9b3e035b86ae0715b62dd88085ec08a8.tar.gz
[GI] Fixes of existing incorrect annotations
Diffstat (limited to 'gtk/gtkaction.c')
-rw-r--r--gtk/gtkaction.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index c9a644107f..002a352a3d 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -874,7 +874,7 @@ gtk_action_unblock_activate (GtkAction *action)
* This function is intended for use by action implementations to
* create icons displayed in the proxy widgets.
*
- * Returns: (transfer full): a widget that displays the icon for this action.
+ * Returns: (transfer none): a widget that displays the icon for this action.
*
* Since: 2.4
*/
@@ -900,7 +900,7 @@ gtk_action_create_icon (GtkAction *action, GtkIconSize icon_size)
*
* Creates a menu item widget that proxies for the given action.
*
- * Returns: (transfer full): a menu item connected to the action.
+ * Returns: (transfer none): a menu item connected to the action.
*
* Since: 2.4
*/
@@ -925,7 +925,7 @@ gtk_action_create_menu_item (GtkAction *action)
*
* Creates a toolbar item widget that proxies for the given action.
*
- * Returns: (transfer full): a toolbar item connected to the action.
+ * Returns: (transfer none): a toolbar item connected to the action.
*
* Since: 2.4
*/
@@ -1812,7 +1812,8 @@ gtk_action_disconnect_accelerator (GtkAction *action)
* item or the toolbar item it creates, this function returns an
* instance of that menu.
*
- * Return value: (transfer full): the menu item provided by the action, or %NULL.
+ * Return value: (transfer none): the menu item provided by the
+ * action, or %NULL.
*
* Since: 2.12
*/