mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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>
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user