Method
GObjectValueset_variant
since: 2.26
Declaration [src]
void
g_value_set_variant (
  GValue* value,
  GVariant* variant
)
Description [src]
Set the contents of a variant GValue to variant.
If the variant is floating, it is consumed.
Available since: 2.26
Parameters
- variant
- 
            Type: GVariantA GVariant, orNULL.The argument can be NULL.The data is owned by the caller of the method.