stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c4d2e9893c100a6e51eb2f273a7629349e201b76
commit c4d2e9893c100a6e51eb2f273a7629349e201b76 Author: Stefan Schmidt <[email protected]> Date: Wed Apr 8 14:03:26 2015 +0200 edje: Add since for new edje_color_class_active_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 ecacc73..42fda2b 100644 --- a/src/lib/edje/Edje_Common.h +++ b/src/lib/edje/Edje_Common.h @@ -1269,6 +1269,8 @@ EAPI Eina_List *edje_color_class_list (void); * * This function only iterate over the Edje_Color_Class in use by * an application. + * + * @since 1.14 */ EAPI Eina_Iterator *edje_color_class_active_iterator_new(void); --
