mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 20:28:08 +02:00
docs: remove protected annotations from functions to show them in the docs
This commit is contained in:
parent
a59dc92928
commit
e04acbd2a0
2 changed files with 0 additions and 2 deletions
|
|
@ -96,7 +96,6 @@ wp_iterator_new (const WpIteratorMethods *methods, size_t user_size)
|
|||
* \brief Gets the implementation-specific storage of an iterator
|
||||
* \note this only for use by implementations of WpIterator
|
||||
*
|
||||
* \protected
|
||||
* \ingroup wpiterator
|
||||
* \param self an iterator object
|
||||
* \returns a pointer to the implementation-specific storage area
|
||||
|
|
|
|||
|
|
@ -515,7 +515,6 @@ wp_object_abort_activation (WpObject * self, const gchar *msg)
|
|||
*
|
||||
* \remark Private method to be called by subclasses only.
|
||||
*
|
||||
* \protected
|
||||
* \ingroup wpobject
|
||||
* \param self the object
|
||||
* \param activated the features that were activated, or 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue