Edje_Edit: add forgotten since1.18 into documentation of newly implemented API
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Fri, 19 Feb 2016 14:20:27 +0000 (14:20 +0000)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Fri, 19 Feb 2016 14:20:51 +0000 (14:20 +0000)
src/lib/edje/Edje_Edit.h

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