diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 220d2d8a1..05b2f77cb 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -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 */