Package: glib

Function g-variant-type-is-subtype-of

Lambda List

g-variant-type-is-subtype-of (vtype supertype)

Arguments

vtype -- a g-variant-type instance
supertype -- a g-variant-type instance

Return Value

True 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