Package: glib
Function glib:variant-type-is-basic
Lambda Listglib:variant-type-is-basic (vtype) ArgumentsReturn ValueTrue if vtype is a basic type. Details      
    Determines if the given variant type is a basic type.  
  Basic types are booleans, bytes, integers, doubles, strings, object paths
  and signatures. Only a basic variant type may be used as the key of a  dictionary entry. This function returns false for all indefinite types  except the "?" type string.    | See also | 
2025-05-23