Package: glib
Function g-variant-type-is-subtype-of
Lambda Listg-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 |
2021-7-31