From 96e95d0a9fd0fa9f30d52e6d0e5a47201e09c3ed Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 27 Oct 2011 18:51:38 +0100 Subject: [PATCH] radiotoolbutton: Fix the annotation for get_group() Use the same annotation used by gtk_radio_button_get_group(). https://bugzilla.gnome.org/show_bug.cgi?id=662870 --- gtk/gtkradiotoolbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c index 56f45e3dd8..c1db17fc6c 100644 --- a/gtk/gtkradiotoolbutton.c +++ b/gtk/gtkradiotoolbutton.c @@ -243,7 +243,7 @@ get_radio_button (GtkRadioToolButton *button) * * Returns the radio button group @button belongs to. * - * Return value: (transfer none): The group @button belongs to. + * Return value: (transfer none) (element-type GtkRadioButton): The group @button belongs to. * * Since: 2.4 */