is_maybe
Description:
Determines if the given this is a maybe type.
This is true if the type string for this starts with an 'm'.
This function returns true for any indefinite type for which every definite subtype is a maybe type -- g_variant_type_maybe, for example.
Parameters:
this |
Returns:
true if this is a maybe type Since 2.24 |