stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=28d69b5f5bc1fd9ab24c7d4aa040569ba14680f7
commit 28d69b5f5bc1fd9ab24c7d4aa040569ba14680f7 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Wed Apr 8 14:06:30 2015 +0200 edje: Add since tag for new edje_mmap_color_class_iterator_new() --- src/lib/edje/Edje_Common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h index 42fda2b..f010e1d 100644 --- a/src/lib/edje/Edje_Common.h +++ b/src/lib/edje/Edje_Common.h @@ -1278,6 +1278,8 @@ EAPI Eina_Iterator *edje_color_class_active_iterator_new(void); * @brief Iterate over all the color class provided by an Edje file. * * @return an iterator of Edje_Color_Class provided by the Edje file. + * + * @since 1.14 */ EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f); --