[clutter/clutter-1.20] docs: Fix annotation for has_mapped_clones() method



commit f409671d91ef30057ebb1e4a0f12bbdc2527ce88
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Sep 17 14:59:22 2014 +0100

    docs: Fix annotation for has_mapped_clones() method
    
    The Returns: stanza is missing.

 clutter/clutter-actor.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 73dda5c..6a0582a 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -20409,7 +20409,9 @@ _clutter_actor_queue_relayout_on_clones (ClutterActor *self)
  * clutter_actor_has_mapped_clones:
  * @self: a #ClutterActor
  *
- * Returns whether the actor has any mapped clones.
+ * Returns whether a #ClutterActor has any mapped clones.
+ *
+ * Return: %TRUE if the actor has mapped clones, and %FALSE otherwise
  *
  * Since: 1.16
  */


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