mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
animator: removed bogus arg in keys interpolation accessor
A bogus ClutterInterpolation argument had been carried from clutter_animator_set_interpolation to clutter_animator_get_interpolation in copy and paste.
This commit is contained in:
parent
be8f53f229
commit
e8d32fd153
@ -1579,7 +1579,6 @@ clutter_animator_property_set_ease_in (ClutterAnimator *animator,
|
||||
* @animator: a #ClutterAnimatorKey
|
||||
* @object: a #GObject
|
||||
* @property_name: the name of a property on object
|
||||
* @interpolation: the #ClutterInterpolation to use
|
||||
*
|
||||
* Get the interpolation used by animator for a property on a particular
|
||||
* object.
|
||||
@ -1590,8 +1589,7 @@ clutter_animator_property_set_ease_in (ClutterAnimator *animator,
|
||||
ClutterInterpolation
|
||||
clutter_animator_property_get_interpolation (ClutterAnimator *animator,
|
||||
GObject *object,
|
||||
const gchar *property_name,
|
||||
ClutterInterpolation interpolation)
|
||||
const gchar *property_name)
|
||||
{
|
||||
GList *initial;
|
||||
ClutterAnimatorKey key, *initial_key;
|
||||
|
@ -146,8 +146,7 @@ void clutter_animator_property_set_ease_in (ClutterAnimato
|
||||
|
||||
ClutterInterpolation clutter_animator_property_get_interpolation (ClutterAnimator *animator,
|
||||
GObject *object,
|
||||
const gchar *property_name,
|
||||
ClutterInterpolation interpolation);
|
||||
const gchar *property_name);
|
||||
void clutter_animator_property_set_interpolation (ClutterAnimator *animator,
|
||||
GObject *object,
|
||||
const gchar *property_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user