From 0e44209215a89d84e7e755178d439471a51bb4e7 Mon Sep 17 00:00:00 2001 From: Vitalii Vorobiov Date: Fri, 19 Feb 2016 14:20:27 +0000 Subject: [PATCH] Edje_Edit: add forgotten since1.18 into documentation of newly implemented API --- src/lib/edje/Edje_Edit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index 96d6c4857d..c5643b8cb0 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h @@ -6055,6 +6055,8 @@ EAPI Eina_Bool edje_edit_program_after_add(Evas_Object *obj, const char *prog, c * @param place Specific place for after to be inserted into. Note that if place is greater than total number of afters then it would append to the end of list * * @return @c EINA_TRUE in case of success, @c EINA_FALSE otherwise. + * + * @since 1.18 */ EAPI Eina_Bool edje_edit_program_after_insert_at(Evas_Object *obj, const char *prog, const char *after, int place);