lib: correct documentation for wp_iterator_fold/foreach

This commit is contained in:
Peter Hutterer 2021-11-17 10:05:06 +10:00 committed by George Kiagiadakis
parent 1121618387
commit 21266a5bec

View file

@ -174,7 +174,7 @@ wp_iterator_next (WpIterator *self, GValue *item)
}
/*!
* \brief Iterates over all items of the iterator calling a function.
* \brief Fold a function over the items of the iterator.
*
* \ingroup wpiterator
* \param self the iterator
@ -196,7 +196,7 @@ wp_iterator_fold (WpIterator *self, WpIteratorFoldFunc func, GValue *ret,
}
/*!
* \brief Fold a function over the items of the iterator.
* \brief Iterates over all items of the iterator calling a function.
*
* \ingroup wpiterator
* \param self the iterator