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:
Christian Dywan 2008-11-25 15:59:05 +00:00 committed by Christian Dywan
parent def5d1c47f
commit 2c83960053
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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.