mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-04 23:40:40 +01:00
lib: correct documentation for wp_iterator_fold/foreach
This commit is contained in:
parent
1121618387
commit
21266a5bec
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue