mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 22:24:10 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
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.