summaryrefslogtreecommitdiff
path: root/gck/gck-misc.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2021-10-06 18:45:39 +0200
committerCorentin Noël <corentin.noel@collabora.com>2021-11-16 22:48:57 +0100
commit9662beb3225636b169ed0e87c4085bd9d821740a (patch)
tree2a7baed0fc5ee273b0687bf9c75072e4e2b7ecf2 /gck/gck-misc.c
parent0319ca16692d8432045d689772904a826effd8c9 (diff)
downloadgcr-9662beb3225636b169ed0e87c4085bd9d821740a.tar.gz
gck: Fix several annotations
Diffstat (limited to 'gck/gck-misc.c')
-rw-r--r--gck/gck-misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gck/gck-misc.c b/gck/gck-misc.c
index ec664a2..e2fbbf8 100644
--- a/gck/gck-misc.c
+++ b/gck/gck-misc.c
@@ -404,7 +404,7 @@ _gck_ulong_equal (gconstpointer v1, gconstpointer v2)
* gck_value_to_ulong:
* @value: (array length=length): memory to convert
* @length: length of memory
- * @result: A location to store the result
+ * @result: (out): A location to store the result
*
* Convert `CK_ULONG` type memory to a boolean.
*
@@ -426,7 +426,7 @@ gck_value_to_ulong (const guchar *value,
* gck_value_to_boolean:
* @value: (array length=length): memory to convert
* @length: length of memory
- * @result: A location to store the result
+ * @result: (out): A location to store the result
*
* Convert `CK_BBOOL` type memory to a boolean.
*