alpha: Manually parse the :mode property in ClutterScript
The :mode property for a ClutterAlpha can either be an integer, for an easing mode logical id, or a string for the easing mode "nickname".
This commit is contained in:
@ -87,6 +87,8 @@ GType clutter_script_get_type_from_class (const gchar *name);
|
||||
GObject *clutter_script_construct_object (ClutterScript *script,
|
||||
ObjectInfo *info);
|
||||
|
||||
gulong clutter_script_resolve_animation_mode (const gchar *namer);
|
||||
|
||||
gboolean clutter_script_enum_from_string (GType gtype,
|
||||
const gchar *string,
|
||||
gint *enum_value);
|
||||
|
Reference in New Issue
Block a user