is_definite
Description:
Determines if the given this is definite (ie: not indefinite).
A type is definite if its type string does not contain any indefinite type characters ('*', '?', or 'r').
A Variant instance may not have an indefinite type, so calling this function on the result of get_type will always result in true being returned. Calling this function on an indefinite type like g_variant_type_array, however, will result in false being returned.
Parameters:
this |
Returns:
true if this is definite Since 2.24 |