evas: add @since for map_coords_get()

ref eaeaf8831c
This commit is contained in:
Mike Blumenkrantz 2017-06-30 16:51:43 -04:00
parent eaeaf8831c
commit 468107dfb8
1 changed files with 1 additions and 0 deletions

View File

@ -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);