summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorTorsten Schönfeld <kaffeetisch@gmx.de>2013-12-06 23:53:41 +0100
committerTorsten Schönfeld <kaffeetisch@gmx.de>2013-12-06 23:57:16 +0100
commit904bc272500b804e7868f7233883604d5778d133 (patch)
tree7559151454fe82d2737a68cda45f29fb2324df6d /gtk/gtkradiobutton.c
parentbd2f87514198500115d8e9c7700c8ab7cbb769f1 (diff)
downloadgtk+-904bc272500b804e7868f7233883604d5778d133.tar.gz
gtkradio*: add (allow-none) annotations were appropriate
https://bugzilla.gnome.org/show_bug.cgi?id=679563
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index b4f375cffb..5232ce479e 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -264,8 +264,8 @@ gtk_radio_button_get_property (GObject *object,
/**
* gtk_radio_button_set_group:
* @radio_button: a #GtkRadioButton.
- * @group: (transfer none) (element-type GtkRadioButton): an existing radio
- * button group, such as one returned from gtk_radio_button_get_group().
+ * @group: (element-type GtkRadioButton) (allow-none): an existing radio
+ * button group, such as one returned from gtk_radio_button_get_group(), or %NULL.
*
* Sets a #GtkRadioButton's group. It should be noted that this does not change
* the layout of your interface in any way, so if you are changing the group,
@@ -449,7 +449,7 @@ gtk_radio_button_new_with_label (GSList *group,
/**
* gtk_radio_button_new_with_mnemonic:
* @group: (element-type GtkRadioButton) (allow-none): the radio button
- * group
+ * group, or %NULL
* @label: the text of the button, with an underscore in front of the
* mnemonic character
*