Package: glib

Function glib:variant-type-is-subtype-of

Lambda List

glib: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

2024-11-20