From c4ca75350f54160482db2081219b9d8a77820f84 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 7 Sep 2010 19:56:42 -0400 Subject: [PATCH] introspection: Fix annotation for clutter_container_get_children() (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-container.c b/clutter/clutter-container.c index b495123..481dbe1 100644 --- a/clutter/clutter-container.c +++ b/clutter/clutter-container.c @@ -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 #ClutterActors. Use g_list_free() on the returned * list when done. * -- 2.7.4