diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:14:33 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:56:06 +0100 |
commit | 3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (patch) | |
tree | 924c3474e294b5d2c65699bd839264ce8b6ea704 /gtk/gtkradiotoolbutton.c | |
parent | 497b66a5ab86b0a9c4a5af41a0c9e9343b7bb0cd (diff) | |
download | gtk+-3c8fc21e9b3e035b86ae0715b62dd88085ec08a8.tar.gz |
[GI] Fixes of existing incorrect annotations
Diffstat (limited to 'gtk/gtkradiotoolbutton.c')
-rw-r--r-- | gtk/gtkradiotoolbutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c index 9a37c18271..6ca58532eb 100644 --- a/gtk/gtkradiotoolbutton.c +++ b/gtk/gtkradiotoolbutton.c @@ -167,7 +167,7 @@ gtk_radio_tool_button_new_from_stock (GSList *group, * * Creates a new #GtkRadioToolButton adding it to the same group as @gruup * - * Return value: (transfer full): The new #GtkRadioToolButton + * Return value: (transfer none): The new #GtkRadioToolButton * * Since: 2.4 **/ @@ -193,7 +193,7 @@ gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group) * The new #GtkRadioToolButton will contain an icon and label from the * stock item indicated by @stock_id. * - * Return value: (transfer full): A new #GtkRadioToolButton + * Return value: (transfer none): A new #GtkRadioToolButton * * Since: 2.4 **/ |