mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Merge branch 'gvariant-copy-free-func' into 'main'
GVariant: Add copy-func and free-func annotations See merge request GNOME/glib!4161
This commit is contained in:
commit
c2078021cb
@ -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