Doc addition. (#116501, Doug Quale)

2003-07-08  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
This commit is contained in:
Matthias Clasen 2003-07-08 21:31:09 +00:00 committed by Matthias Clasen
parent d523e1a2b1
commit f7657d313e
6 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
Tue Jul 8 21:35:22 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: remove strange #define

View File

@ -1,3 +1,7 @@
2003-07-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
Tue Jul 8 21:35:22 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: remove strange #define

View File

@ -1,3 +1,7 @@
2003-07-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
Tue Jul 8 21:35:22 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: remove strange #define

View File

@ -1,3 +1,7 @@
2003-07-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
Tue Jul 8 21:35:22 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: remove strange #define

View File

@ -1,3 +1,7 @@
2003-07-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
Tue Jul 8 21:35:22 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoggletoolbutton.h: remove strange #define

View File

@ -971,7 +971,10 @@ gtk_container_add (GtkContainer *container,
* may be the last reference held; so removing a widget from its
* container can destroy that widget. If you want to use @widget
* again, you need to add a reference to it while it's not inside
* a container, using g_object_ref().
* a container, using g_object_ref(). If you don't want to use @widget
* again it's usually more efficient to simply destroy it directly
* using gtk_widget_destroy() since this will remove it from the
* container and help break any circular reference count cycles.
**/
void
gtk_container_remove (GtkContainer *container,