gtk+ r21808 - in trunk/docs/reference: . gtk/tmpl



Author: cdywan
Date: Tue Nov 25 15:59:05 2008
New Revision: 21808
URL: http://svn.gnome.org/viewvc/gtk+?rev=21808&view=rev

Log:
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

Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml	Tue Nov 25 15:59:05 2008
@@ -203,6 +203,7 @@
 
 @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.
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]