Package: glib
Function glib:variant-type-is-dict-entry
Lambda Listglib:variant-type-is-dict-entry (vtype) ArgumentsReturn ValueTrue 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 { type string. This function returns true for any indefinite type for which every definite subtype is a dictionary entry type, the "{?*}" type
string, for example. | See also |
2024-11-20