mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
animatable: Remove CLUTTER_DISABLE_DEPRECATED
We use deprecation warnings, now.
This commit is contained in:
parent
f4e971a7e5
commit
f4d8ba7db4
@ -97,7 +97,6 @@ struct _ClutterAnimatableIface
|
|||||||
|
|
||||||
GType clutter_animatable_get_type (void) G_GNUC_CONST;
|
GType clutter_animatable_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
#ifndef CLUTTER_DISABLE_DEPRECATED
|
|
||||||
CLUTTER_DEPRECATED_FOR(clutter_animatable_interpolate_value)
|
CLUTTER_DEPRECATED_FOR(clutter_animatable_interpolate_value)
|
||||||
gboolean clutter_animatable_animate_property (ClutterAnimatable *animatable,
|
gboolean clutter_animatable_animate_property (ClutterAnimatable *animatable,
|
||||||
ClutterAnimation *animation,
|
ClutterAnimation *animation,
|
||||||
@ -106,7 +105,6 @@ gboolean clutter_animatable_animate_property (ClutterAnimatable *animatable,
|
|||||||
const GValue *final_value,
|
const GValue *final_value,
|
||||||
gdouble progress,
|
gdouble progress,
|
||||||
GValue *value);
|
GValue *value);
|
||||||
#endif /* CLUTTER_DISABLE_DEPRECATED */
|
|
||||||
|
|
||||||
GParamSpec *clutter_animatable_find_property (ClutterAnimatable *animatable,
|
GParamSpec *clutter_animatable_find_property (ClutterAnimatable *animatable,
|
||||||
const gchar *property_name);
|
const gchar *property_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user