Package: glib
CEnum glib:variant-class
Declaration
(cffi:defcenum variant-class
(:boolean #.(char-code #b))
(:byte #.(char-code #y))
(:int16 #.(char-code #n))
(:uint16 #.(char-code #q))
(:int32 #.(char-code #i))
(:uint32 #.(char-code #u))
(:int64 #.(char-code #x))
(:uint64 #.(char-code #t))
(:handle #.(char-code #h))
(:double #.(char-code #d))
(:string #.(char-code #s))
(:object-path #.(char-code #o))
(:signature #.(char-code #g))
(:variant #.(char-code #v))
(:maybe #.(char-code #m))
(:array #.(char-code #a))
(:tuple #.(char-code #())
(:dict-entry #.(char-code #{))) Values
Details The range of possible toplevel types of g:variant parameters. | See also |
2025-05-25