GVariant: Add copy-func and free-func annotations

This commit is contained in:
badcel 2024-07-19 16:32:49 +02:00
parent 107b47226c
commit eadd0736ee
No known key found for this signature in database
GPG Key ID: 70A8373EEB2233E0

View File

@ -36,7 +36,7 @@
#include <string.h>
/**
* GVariant:
* GVariant: (copy-func g_variant_ref_sink) (free-func g_variant_unref)
*
* `GVariant` is a variant datatype; it can contain one or more values
* along with information about the type of the values.