mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 19:38:01 +02:00
module: add annotations in wp_module_load()
This commit is contained in:
parent
74df1c425e
commit
32859356e8
1 changed files with 3 additions and 2 deletions
|
|
@ -150,8 +150,9 @@ wp_module_load_c (WpModule * self, WpCore * core,
|
|||
* @core: the core
|
||||
* @abi: the abi name of the module
|
||||
* @module_name: the module name
|
||||
* @args: additional properties passed to the module ("a{sv}")
|
||||
* @error: return location for errors, or NULL to ignore
|
||||
* @args: (transfer floating)(nullable): additional properties passed to the
|
||||
* module ("a{sv}")
|
||||
* @error: (out) (optional): return location for errors, or NULL to ignore
|
||||
*
|
||||
* Returns: (transfer none): the loaded module
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue