introspection: Fix annotation for clutter_container_get_children()
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 7 Sep 2010 23:56:42 +0000 (19:56 -0400)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 8 Sep 2010 00:05:27 +0000 (01:05 +0100)
(element-type) should have a full name like Clutter.Actor rather than
a non-namespaced name like Actor. gobject-introspection has become
more strict about this with the recent scanner rewrite.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2301

clutter/clutter-container.c

index b495123..481dbe1 100644 (file)
@@ -418,7 +418,7 @@ get_children_cb (ClutterActor *child,
  *
  * Retrieves all the children of @container.
  *
- * Return value: (element-type Actor) (transfer container): a list
+ * Return value: (element-type Clutter.Actor) (transfer container): a list
  *   of #ClutterActor<!-- -->s. Use g_list_free() on the returned
  *   list when done.
  *