Elm: add missing @since.

SVN revision: 72436
This commit is contained in:
Vincent Torri 2012-06-19 05:07:29 +00:00
parent 00f27253fd
commit 3917e6a733
2 changed files with 5 additions and 1 deletions

View File

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

View File

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