Hello,
would it be possible to make API more consistent?
For example:
gboolean clutter_color_parse (const gchar *color, ClutterColor *dest);
void clutter_color_from_pixel (ClutterColor *dest, guint32 pixel);
If it was:
gboolean clutter_color_parse (ClutterColor *dest, const gchar *color)
it would really help to make other languages bindings automatically.
So would it be possible for any future version of clutter to use "self"
objects as a first parameter?
Thanks,
miko
--
To unsubscribe send a mail to [email protected]