From 3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 Mon Sep 17 00:00:00 2001 From: Pavel Holejsovsky Date: Tue, 18 Jan 2011 10:14:33 +0100 Subject: [GI] Fixes of existing incorrect annotations --- gtk/gtkradiotoolbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkradiotoolbutton.c') 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 **/ -- cgit v1.2.1