From 468107dfb83556bd3f697887d0408d8112bbd6ee Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 30 Jun 2017 16:51:43 -0400 Subject: [PATCH] evas: add @since for map_coords_get() ref eaeaf8831c139880a5e179cdbab8873320a62476 --- src/lib/evas/Evas_Legacy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 72eaa6adb9..64dd28f56d 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -7543,6 +7543,7 @@ EAPI int evas_map_count_get(const Evas_Map *m) EINA_CONST; * @param my point y after transformation by m * @param grab * @return #EINA_TRUE on success interpolation, @EINA_FALSE otherwise + * @since 1.20 */ EAPI Eina_Bool evas_map_coords_get(const Evas_Map *m, double x, double y, double *mx, double *my, int grab);