Function
GLibVariantTypenew_maybe
Description
Constructs the type corresponding to a maybe instance containing
type type
or Nothing.
It is appropriate to call g_variant_type_free()
on the return value.
Parameters
element |
GVariantType |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GVariantType |
A new maybe Since 2.24 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |