Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Hutterer
wireplumber
Commits
21266a5b
Commit
21266a5b
authored
Nov 17, 2021
by
Peter Hutterer
Committed by
George Kiagiadakis
Nov 18, 2021
Browse files
lib: correct documentation for wp_iterator_fold/foreach
parent
11216183
Pipeline
#448953
passed with stages
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/wp/iterator.c
View file @
21266a5b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment