container: Slightly reword some docs

Clarify gtk_container_remove documentation regarding reference
holding. Suggested in

https://bugzilla.gnome.org/show_bug.cgi?id=757607
This commit is contained in:
Matthias Clasen 2015-11-09 07:40:44 -05:00
parent 7314c8ca06
commit 32f27a4cd0

View File

@ -1869,7 +1869,7 @@ gtk_container_add (GtkContainer *container,
* Note that @container will own a reference to @widget, and that this
* 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 its not inside
* again, you need to add a reference to it before removing it from
* a container, using g_object_ref(). If you dont want to use @widget
* again its usually more efficient to simply destroy it directly
* using gtk_widget_destroy() since this will remove it from the