diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:01:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:18 +0100 |
commit | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch) | |
tree | e154bd17faf149c40807461f9e671983e32b6f82 /gtk/gtkradiobutton.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r-- | gtk/gtkradiobutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |