mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Bug 559009 – gtk_radio_button_get_group documentation needs to say
2008-11-25 Christian Dywan <christian@imendio.com> Bug 559009 – gtk_radio_button_get_group documentation needs to say whether to free the returned GSList * gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs svn path=/trunk/; revision=21808
This commit is contained in:
parent
def5d1c47f
commit
2c83960053
@ -1,3 +1,10 @@
|
||||
2008-11-25 Christian Dywan <christian@imendio.com>
|
||||
|
||||
Bug 559009 – gtk_radio_button_get_group documentation needs
|
||||
to say whether to free the returned GSList
|
||||
|
||||
* gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs
|
||||
|
||||
2008-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new statusicon api.
|
||||
|
@ -203,6 +203,7 @@ Retrieves the group assigned to a radio button.
|
||||
|
||||
@radio_button: a #GtkRadioButton.
|
||||
@Returns: a linked list containing all the radio buttons in the same group
|
||||
as @radio_button.
|
||||
as @radio_button. The returned list is owned by the radio button
|
||||
and must not be modified or freed.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user