Package: glib

Function glib:variant-is-of-type

Lambda List

glib:variant-is-of-type (value vtype)

Arguments

value -- a g:variant instance
vtype -- a g:variant-type instance

Return Value

True if the variant type of value matches vtype.

Details

Checks if a value has a variant type matching the provided vtype.
 

See also

2024-11-20