From cc7d5115c3f0572e0a26f46029b2a321446e297a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 11 Aug 2011 10:30:35 +0000 Subject: [PATCH] frame count nto frame num - match c file. SVN revision: 62339 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index a405de2938..5b9a58fa7e 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -7164,7 +7164,7 @@ EAPI Eina_Bool evas_object_image_animated_get(const Evas_Object *obj); * @see evas_object_image_animated_frame_set() * @since 1.1.0 */ -EAPI int evas_object_image_animated_frame_num_get(const Evas_Object *obj); +EAPI int evas_object_image_animated_frame_count_get(const Evas_Object *obj); /** * Get the kind of looping the image object does.