summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-10-27 18:51:38 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-10-28 17:10:46 +0100
commit931a40844b62f46e548bea40c5761f1c462f9001 (patch)
tree3f43521a5a2c5d112c1f3226e642013d52f21643 /gtk/gtkradiotoolbutton.c
parent0888e6f4854507600bdb72fe2eea65496be98407 (diff)
downloadgtk+-931a40844b62f46e548bea40c5761f1c462f9001.tar.gz
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
Diffstat (limited to 'gtk/gtkradiotoolbutton.c')
-rw-r--r--gtk/gtkradiotoolbutton.c2
1 files changed, 1 insertions, 1 deletions
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
*/