furrymyad pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0e44209215a89d84e7e755178d439471a51bb4e7

commit 0e44209215a89d84e7e755178d439471a51bb4e7
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Fri Feb 19 14:20:27 2016 +0000

    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 96d6c48..c5643b8 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);

-- 


Reply via email to