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)
commitc4ca75350f54160482db2081219b9d8a77820f84
treedc60ea6b40e10171ce427e91b14f73dcd351337a
parent5e57539f3bdcb4d6004c3bcc9177706b175c500d
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