Package: glib
Function glib:variant-type-is-subtype-of
Lambda Listglib:variant-type-is-subtype-of (vtype supertype) ArgumentsReturn ValueTrue if vtype is a subtype of supertype. Details Checks if vtype is a subtype of supertype. This function returns true if vtype is a subtype of supertype. All types are considered to be subtypes of themselves. Aside
from that, only indefinite types can have subtypes. | See also |
2024-11-20