From 3917e6a73398197745e9d64f473818b674e60824 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 19 Jun 2012 05:07:29 +0000 Subject: [PATCH] Elm: add missing @since. SVN revision: 72436 --- legacy/elementary/ChangeLog | 2 +- legacy/elementary/src/lib/elm_map.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 376a2188c3..b44a213c94 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -188,7 +188,7 @@ * Toolbar : Add the reorder feature when the more panel is shown. After the item is long-pressed, it can be moved. - + 2012-06-14 Michael Bouchaud * Add an enum to Elm_Calendar_Mark_Repeat_Type: ELM_CALENDAR_LAST_DAY_OF_MONTH diff --git a/legacy/elementary/src/lib/elm_map.h b/legacy/elementary/src/lib/elm_map.h index bae3a54e3c..b8640c3eeb 100644 --- a/legacy/elementary/src/lib/elm_map.h +++ b/legacy/elementary/src/lib/elm_map.h @@ -595,6 +595,8 @@ EAPI Elm_Map_Overlay * elm_map_overlay_add(Evas_Object *obj, double lon, dou * This list includes group overlays also. * So this can be changed dynamically while zooming and panning. * + * @since 1.1 + * * @ingroup Map */ EAPI EAPI Eina_List * elm_map_overlays_get(Evas_Object *obj); @@ -754,6 +756,8 @@ EAPI Eina_Bool elm_map_overlay_paused_get(const Elm_Map_Overlay *ove * The visible of the overlay can not be set. * This value can be changed dynamically while zooming and panning * + * @since 1.1 + * * @ingroup Map */ EAPI Eina_Bool elm_map_overlay_visible_get(const Elm_Map_Overlay *overlay);