mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
GVariant: Add copy-func and free-func annotations
This commit is contained in:
parent
107b47226c
commit
eadd0736ee
@ -36,7 +36,7 @@
|
|||||||
#include <string.h>
|
#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
|
* `GVariant` is a variant datatype; it can contain one or more values
|
||||||
* along with information about the type of the values.
|
* along with information about the type of the values.
|
||||||
|
Loading…
Reference in New Issue
Block a user