From: glima Date: Wed, 30 Jun 2010 18:41:16 +0000 (+0000) Subject: Documentation fix for eina iterators. X-Git-Tag: 2.0_alpha~70^2~515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f8889719f23e10397254094f3042704056c4627;p=framework%2Fuifw%2Feina.git Documentation fix for eina iterators. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@49951 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eina_iterator.c b/src/lib/eina_iterator.c index c93aedf..1150cef 100644 --- a/src/lib/eina_iterator.c +++ b/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,