]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkradiotoolbutton.c
GtkLabelAccessible: Sanity check _get_text() input values
[~andy/gtk] / gtk / gtkradiotoolbutton.c
index d3cb2e290f984560b0d73601cf3d61f33bea36d0..ab849edab2f634a3df5e719c031372df286af42f 100644 (file)
@@ -151,15 +151,15 @@ gtk_radio_tool_button_new (GSList *group)
 
 /**
  * gtk_radio_tool_button_new_from_stock:
- * @group: (allow-none): an existing radio button group, or %NULL if you are
- *   creating a new group
+ * @group: (allow-none) (element-type GtkRadioButton): an existing radio button
+ *   group, or %NULL if you are creating a new group
  * @stock_id: the name of a stock item
  * 
  * Creates a new #GtkRadioToolButton, adding it to @group. 
  * The new #GtkRadioToolButton will contain an icon and label from the
  * stock item indicated by @stock_id.
  * 
- * Return value: The new #GtkRadioToolItem
+ * Return value: The new #GtkRadioToolButton
  * 
  * Since: 2.4
  **/