Edje_Edit: add forgotten since1.18 into documentation of newly implemented API

This commit is contained in:
Vitalii Vorobiov 2016-02-19 14:20:27 +00:00
parent dcbb62739c
commit 0e44209215
1 changed files with 2 additions and 0 deletions

View File

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