summaryrefslogtreecommitdiff
path: root/clutter/clutter-property-transition.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-03-20 11:47:41 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-03-20 11:59:32 +0000
commit15952f26cba2446599eb2a38cc6e97c6aa40cf07 (patch)
treeb645ef2aa6df1c4f3e05801d6f4d9dba4f150417 /clutter/clutter-property-transition.h
parent552a9496951e7f62729a79a3d57c82d3805f9519 (diff)
downloadclutter-15952f26cba2446599eb2a38cc6e97c6aa40cf07.tar.gz
property-transition: Remove animatable from the ctor
Should not have been there in the first place: the animatable will be set either using ClutterTransition API, or when adding the transition to a ClutterActor.
Diffstat (limited to 'clutter/clutter-property-transition.h')
-rw-r--r--clutter/clutter-property-transition.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clutter/clutter-property-transition.h b/clutter/clutter-property-transition.h
index 09b0a9568..0d32f162c 100644
--- a/clutter/clutter-property-transition.h
+++ b/clutter/clutter-property-transition.h
@@ -79,8 +79,7 @@ CLUTTER_AVAILABLE_IN_1_10
GType clutter_property_transition_get_type (void) G_GNUC_CONST;
CLUTTER_AVAILABLE_IN_1_10
-ClutterTransition * clutter_property_transition_new (ClutterAnimatable *animatable,
- const char *property_name);
+ClutterTransition * clutter_property_transition_new (const char *property_name);
CLUTTER_AVAILABLE_IN_1_10
void clutter_property_transition_set_property_name (ClutterPropertyTransition *transition,
const char *property_name);