summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-07-12 22:45:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-07-12 22:45:05 +0000
commitc042389acc3ea0578edf2581c66a850514e8c66a (patch)
tree99f333f68db08a9af88d1759737a52a601105152 /docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
parentaefa836108a38841d424ff0d88bab927ceaa5202 (diff)
downloadgdk-pixbuf-c042389acc3ea0578edf2581c66a850514e8c66a.tar.gz
Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)
Thu Jul 12 18:29:40 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) * gtk/gtkfilesel.c: Indentation fix.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkradiomenuitem.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkradiomenuitem.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
index 9d347c165..cc6c5d55e 100644
--- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
+++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
@@ -70,14 +70,15 @@ Creates a new #GtkRadioMenuItem whose child is a simple #GtlLabel.
@Returns: a new #GtkRadioMenuItem
-<!-- ##### FUNCTION gtk_radio_menu_item_group ##### -->
+<!-- ##### MACRO gtk_radio_menu_item_group ##### -->
<para>
Returns the group to which the radio menu item belongs, as a #GList of
#GtkRadioMenuItem. The list belongs to GTK+ and should not be freed.
</para>
-@radio_menu_item: the radio menu item
@Returns: its group
+<!-- # Unused Parameters # -->
+@radio_menu_item: the radio menu item
<!-- ##### FUNCTION gtk_radio_menu_item_set_group ##### -->