docs: Update the documentation for clutter_actor_unparent()

Make sure that we document the semantics of unparent() and who should
call it.
This commit is contained in:
Emmanuele Bassi 2011-01-31 12:51:14 +00:00
parent e32253508d
commit ef36d7cbcc

View File

@ -7710,9 +7710,11 @@ invalidate_queue_redraw_entry (ClutterActor *self,
*
* Removes the parent of @self.
*
* This function should not be used in applications. It should be called by
* implementations of container actors, to dissociate a child from the
* container.
* This function should not be used in applications.
*
* This function should only be called by implementations of the
* #ClutterContainer interface, or by composite actors that do
* not implicitly create their children.
*
* Since: 0.1.1
*/