2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/Makefile.am:
	* clutter/clutter.h:
	* clutter/clutter-scriptable.[ch]: Add the ClutterScriptable
	interface; by implementing this interface, a class can
	override the UI definition parsing and transform complex data
	types into GObject properties, or allow custom properties.

	* clutter/clutter-script.c:
	* clutter/clutter-script-parser.c:
	* clutter/clutter-script-private.h: Rearrange the code and
	use the ClutterScriptable interface to parse and build the
	custom properties. This cleans up the code and also it makes
	it more reliable (the complex type parsing is now done using
	the target type and not just the name of the property).
This commit is contained in:
Emmanuele Bassi
2007-10-25 14:34:54 +00:00
parent 9c38eead46
commit 6c01499abf
8 changed files with 1520 additions and 823 deletions

File diff suppressed because it is too large Load Diff