Method

GObjectValueget_variant

since: 2.26

Declaration [src]

GVariant*
g_value_get_variant (
  const GValue* value
)

Description [src]

Get the contents of a variant GValue.

Available since: 2.26

Return value

Type: GVariant

Variant contents of value (may be NULL).

The returned data is owned by the instance.
The return value can be NULL.