dup_variant
Description:
[
Version ( since =
"2.26" ) ]
public Variant?
dup_variant ()
Get the contents of a variant Value, increasing its refcount.
The returned Variant is never floating.
Parameters:
this |
a valid Value of type g_type_variant
|
Returns:
variant contents of this (may be null); should be unreffed using
g_variant_unref when no longer needed
|