Package: glib
Function glib:variant-type-is-maybe
Lambda Listglib:variant-type-is-maybe (vtype) ArgumentsReturn ValueTrue if vtype is a maybe type. Details
Determines if the given variant type is a maybe type. This is true if the type string for vtype starts with a "m" type string. This function returns true for any indefinite type for which every definite subtype is a maybe type, the "m*" type
string, for example. | See also |
2024-11-20