edje: Add since tag for new edje_mmap_color_class_iterator_new()

This commit is contained in:
Stefan Schmidt 2015-04-08 14:06:30 +02:00
parent c4d2e9893c
commit 28d69b5f5b
1 changed files with 2 additions and 0 deletions

View File

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