discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=468107dfb83556bd3f697887d0408d8112bbd6ee
commit 468107dfb83556bd3f697887d0408d8112bbd6ee Author: Mike Blumenkrantz <[email protected]> Date: Fri Jun 30 16:51:43 2017 -0400 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); --
