From 32859356e882019a4803cd96464e7e4592b74b66 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis <george.kiagiadakis@collabora.com> Date: Wed, 22 Apr 2020 17:06:29 +0300 Subject: [PATCH] module: add annotations in wp_module_load() --- lib/wp/module.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/wp/module.c b/lib/wp/module.c index 594d5db6..f6036ef3 100644 --- a/lib/wp/module.c +++ b/lib/wp/module.c @@ -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 */ -- GitLab