frame count nto frame num - match c file.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index a405de2..5b9a58f 100644 (file)
@@ -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.