summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorTorsten Schönfeld <kaffeetisch@gmx.de>2011-10-15 19:18:52 +0200
committerTorsten Schönfeld <kaffeetisch@gmx.de>2011-11-06 16:50:57 +0100
commit4ef61e231114c0a9b64384e5d545a5ff2a012cf6 (patch)
tree816d93c002aaa014c19709e876321eb0c8c116dd /gtk/gtkradiobutton.c
parent88329aeff478dce1b276d6135c608b61c357c9bf (diff)
downloadgtk+-4ef61e231114c0a9b64384e5d545a5ff2a012cf6.tar.gz
gtk: add annotations for some GtkRadio* constructors
Since constructors like gtk_radio_button_new_from_widget take an instance of their type as the first argument, the gi scanner interprets them as methods. https://bugzilla.gnome.org/show_bug.cgi?id=661858
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index 73f11c678b..c835ae027e 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -483,7 +483,7 @@ gtk_radio_button_new_with_mnemonic (GSList *group,
}
/**
- * gtk_radio_button_new_from_widget:
+ * gtk_radio_button_new_from_widget: (constructor)
* @radio_group_member: (allow-none): an existing #GtkRadioButton.
*
* Creates a new #GtkRadioButton, adding it to the same group as