From 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 Mon Sep 17 00:00:00 2001 From: Pavel Holejsovsky Date: Tue, 18 Jan 2011 10:01:17 +0100 Subject: [GI] Add missing (transfer) annotations --- gtk/gtkradiobutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkradiobutton.c') diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 75fa843348..476f37ba1e 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -432,7 +432,7 @@ gtk_radio_button_new (GSList *group) * * Creates a new #GtkRadioButton with a text label. * - * Returns: (transfer full): a new radio button. + * Returns: a new radio button. */ GtkWidget* gtk_radio_button_new_with_label (GSList *group, @@ -461,7 +461,7 @@ gtk_radio_button_new_with_label (GSList *group, * gtk_label_new_with_mnemonic(), so underscores in @label indicate the * mnemonic for the button. * - * Returns: (transfer full): a new #GtkRadioButton + * Returns: a new #GtkRadioButton */ GtkWidget* gtk_radio_button_new_with_mnemonic (GSList *group, -- cgit v1.2.1