summaryrefslogtreecommitdiff
path: root/src/lib/evas/Evas_Internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/Evas_Internal.h')
-rw-r--r--src/lib/evas/Evas_Internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Internal.h b/src/lib/evas/Evas_Internal.h
index 19cb0fcbfd..af8fcd6b6e 100644
--- a/src/lib/evas/Evas_Internal.h
+++ b/src/lib/evas/Evas_Internal.h
@@ -113,6 +113,9 @@ EOAPI Efl_Animation_Object_Repeat_Mode efl_animation_object_repeat_mode_get(cons
EOAPI void efl_animation_object_repeat_count_set(Eo *obj, int count);
EOAPI int efl_animation_object_repeat_count_get(const Eo *obj);
+EOAPI void efl_animation_object_interpolator_set(Eo *obj, Efl_Object *interpolator);
+EOAPI Efl_Object *efl_animation_object_interpolator_get(const Eo *obj);
+
EWAPI extern const Efl_Event_Description _EFL_ANIMATION_OBJECT_EVENT_PRE_START;
#define EFL_ANIMATION_OBJECT_EVENT_PRE_START (&(_EFL_ANIMATION_OBJECT_EVENT_PRE_START))
/* Efl.Animation.Object END */