API Version: 2.0
Library Version: 2.84.0
Generated by gi-docgen 2024.1
since: 2.24
GVariant* g_variant_get_maybe ( GVariant* value )
Given a maybe-typed GVariant instance, extract its value. If the value is Nothing, then this function returns NULL.
GVariant
NULL
Available since: 2.24
Type: GVariant
The contents of value, or NULL.
value