edje: Add since tag for new edje_file_iterator_new()

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

View File

@ -1782,6 +1782,8 @@ EAPI Eina_Bool edje_mmap_group_exists(Eina_File *f, const char *glob);
* @brief Iterate over all the opened Edje file.
*
* @return an iterator of Eina_File currently opened Edje file.
*
* @since 1.14
*/
EAPI Eina_Iterator *edje_file_iterator_new(void);