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
This commit is contained in:
Emmanuele Bassi
2011-10-27 18:51:38 +01:00
committed by Matthias Clasen
parent b4b8a969f4
commit 96e95d0a9f

View File

@@ -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
*/