From e868c81b309dc28b2a1a8f708875e0d30f383279 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Wed, 30 Jun 2010 18:41:16 +0000 Subject: [PATCH] Documentation fix for eina iterators. SVN revision: 49951 --- legacy/eina/src/lib/eina_iterator.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/eina/src/lib/eina_iterator.c b/legacy/eina/src/lib/eina_iterator.c index c93aedfa6e..1150cef250 100644 --- a/legacy/eina/src/lib/eina_iterator.c +++ b/legacy/eina/src/lib/eina_iterator.c @@ -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,