Skip to content
Snippets Groups Projects
Commit 32859356 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

module: add annotations in wp_module_load()

parent 74df1c42
No related branches found
No related tags found
No related merge requests found
...@@ -150,8 +150,9 @@ wp_module_load_c (WpModule * self, WpCore * core, ...@@ -150,8 +150,9 @@ wp_module_load_c (WpModule * self, WpCore * core,
* @core: the core * @core: the core
* @abi: the abi name of the module * @abi: the abi name of the module
* @module_name: the module name * @module_name: the module name
* @args: additional properties passed to the module ("a{sv}") * @args: (transfer floating)(nullable): additional properties passed to the
* @error: return location for errors, or NULL to ignore * module ("a{sv}")
* @error: (out) (optional): return location for errors, or NULL to ignore
* *
* Returns: (transfer none): the loaded module * Returns: (transfer none): the loaded module
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment