Package: glib

Function g-variant-type-is-dict-entry

Lambda List

g-variant-type-is-dict-entry (vtype)

Arguments

vtype -- a g-variant-type instance

Return Value

True if vtype is a dictionary entry type.

Details

Determines if the given variant type is a dictionary entry type. This is true if the type string for type starts with a '{'.

This function returns true for any indefinite type for which every definite subtype is a dictionary entry type - "{?*}", for example.
 

See also

2021-7-31