build
clutter
doc
manual
reference
clutter
Makefile.am
actor-box.png
alpha-func.png
building-clutter.xml
clutter-animation.xml
clutter-docs.sgml
clutter-overview.xml
clutter-sections.txt
clutter.types
creating-behaviours.xml
event-flow.dia
event-flow.png
path-alpha-func.png
subclassing-ClutterActor.xml
version.xml.in
cogl
ChangeLog
Makefile.am
Makefile.am
clutter-actor-invariants.txt
po
tests
.gitignore
AUTHORS
COPYING
ChangeLog
HACKING
HACKING.backends
Makefile.am
NEWS
README
TODO
autogen.sh
clutter.doap
clutter.pc.in
clutter.symbols
configure.ac

reviewed by: Emmanuele Bassi <ebassi@linux.intel.com> * clutter/clutter-color.[ch]: Add GParamSpec and GValue integration for ClutterColor. With ClutterParamSpecColor it is possible to define color properties; with the GValue integration it's possible to automatically transform strings into colors and vice versa. (clutter_color_free): Allow NULL parameter to match other boxed types destructors. (clutter_color_new): Add a constructor for the ClutterColor boxed type, mostly for bindings.