From 2c83960053374cb4274a4b41dd4e5f3b6a3b8b7d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 25 Nov 2008 15:59:05 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20559009=20=E2=80=93=20gtk=5Fradio=5Fbutton?= =?UTF-8?q?=5Fget=5Fgroup=20documentation=20needs=20to=20say?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-11-25 Christian Dywan 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 --- docs/reference/ChangeLog | 7 +++++++ docs/reference/gtk/tmpl/gtkradiobutton.sgml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 99731019bb..8622a34d94 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-11-25 Christian Dywan + + 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 * gtk/gtk-sections.txt: Add new statusicon api. diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index 882be59408..c6c55c1ef2 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -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.