Documentation fix for eina iterators.

SVN revision: 49951
This commit is contained in:
Gustavo Lima Chaves 2010-06-30 18:41:16 +00:00
parent 3e2b214065
commit e868c81b30
1 changed files with 3 additions and 2 deletions

View File

@ -181,8 +181,9 @@ eina_iterator_next(Eina_Iterator *iterator, void **data)
*
* This function iterates over the elements pointed by @p iterator,
* beginning from the current element. For Each element, the callback
* @p cb is called with the data @p fdata.If @p iterator is @c NULL,
* the function returns immediatly.
* @p cb is called with the data @p fdata. If @p iterator is @c NULL,
* the function returns immediatly. Also, if @p cb returns @c
* EINA_FALSE, the iteration stops at that point.
*/
EAPI void
eina_iterator_foreach(Eina_Iterator *iterator,