docs: Add brief descriptions to all functions

This ensures all of these functions are picked up by g-ir-scanner.
This commit is contained in:
Jason Francis
2021-06-01 19:39:13 -04:00
committed by George Kiagiadakis
parent 35c7196454
commit ed8346e77d
25 changed files with 154 additions and 10 deletions

View File

@@ -314,9 +314,10 @@ wp_node_new_from_factory (WpCore * core,
}
/*!
* \brief Gets the current state of the node
* \ingroup wpnode
* \param self the node
* \param error the error
* \param error (out) (optional) (transfer none): the error
* \returns the current state of the node
*/
WpNodeState
@@ -771,9 +772,10 @@ wp_impl_node_pw_object_mixin_priv_interface_init (
}
/*!
* \brief Constructs a node object from an existing `pw_impl_node`.
* \ingroup wpimplnode
* \param core the wireplumber core
* \param node an existing pw_impl_node to wrap
* \param node an existing `pw_impl_node` to wrap
* \returns (transfer full): A new WpImplNode wrapping \a node
*/
WpImplNode *