Looking at clutter-script.c, it looks like there's a nice little internal
hash table (priv->objects) with a list of the objects that were parsed from the
file, but you have to know the name of all the objects to get at them.
It would be easy enough to write one or more functions to grab these items
from a ClutterScript object. Anybody know a reason why the interface shouldn't
have such functions? Would a patch be accepted into clutter main if I wrote
some simple functions along these lines?
--
To unsubscribe send a mail to [EMAIL PROTECTED]