[clutter/wip/clutter-1.99: 164/195] 2.0: Remove deprecated API from Animatable
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/clutter-1.99: 164/195] 2.0: Remove deprecated API from Animatable
- Date: Sat, 30 Mar 2013 01:02:08 +0000 (UTC)
commit 87e9dbe008d1603d51369ca1c3c4189b65d13832
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Oct 7 21:15:49 2012 +0100
2.0: Remove deprecated API from Animatable
clutter/clutter-animatable.c | 2 --
clutter/clutter-animatable.h | 9 ---------
2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/clutter/clutter-animatable.c b/clutter/clutter-animatable.c
index 178706c..089f4f3 100644
--- a/clutter/clutter-animatable.c
+++ b/clutter/clutter-animatable.c
@@ -174,8 +174,6 @@ clutter_animatable_set_final_state (ClutterAnimatable *animatable,
* This function should be used for every property animation
* involving #ClutterAnimatable<!-- -->s.
*
- * This function replaces clutter_animatable_animate_property().
- *
* Return value: %TRUE if the interpolation was successful,
* and %FALSE otherwise
*
diff --git a/clutter/clutter-animatable.h b/clutter/clutter-animatable.h
index 78a796f..7e51d48 100644
--- a/clutter/clutter-animatable.h
+++ b/clutter/clutter-animatable.h
@@ -51,8 +51,6 @@ typedef struct _ClutterAnimatableIface ClutterAnimatableIface;
/**
* ClutterAnimatableIface:
- * @animate_property: virtual function for custom interpolation of a
- * property. This virtual function is deprecated
* @find_property: virtual function for retrieving the #GParamSpec of
* an animatable property
* @get_initial_state: virtual function for retrieving the initial
@@ -73,13 +71,6 @@ struct _ClutterAnimatableIface
GTypeInterface parent_iface;
/*< public >*/
- gboolean (* animate_property) (ClutterAnimatable *animatable,
- ClutterAnimation *animation,
- const gchar *property_name,
- const GValue *initial_value,
- const GValue *final_value,
- gdouble progress,
- GValue *value);
GParamSpec *(* find_property) (ClutterAnimatable *animatable,
const gchar *property_name);
void (* get_initial_state) (ClutterAnimatable *animatable,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]