<%GLibVariantClass>
<%GLibVariantClass>
Description
The range of possible top-level types of GVariant instances.
Members
boolean
The GVariant is a boolean.
byte
The GVariant is a byte.
int16
The GVariant is a signed 16 bit integer.
uint16
The GVariant is an unsigned 16 bit integer.
int32
The GVariant is a signed 32 bit integer.
uint32
The GVariant is an unsigned 32 bit integer.
int64
The GVariant is a signed 64 bit integer.
uint64
The GVariant is an unsigned 64 bit integer.
handle
The GVariant is a file handle index.
double
The GVariant is a double precision floating
point value.
string
The GVariant is a normal string.
object-path
The GVariant is a D-Bus object path
string.
signature
The GVariant is a D-Bus signature string.
variant
The GVariant is a variant.
maybe
The GVariant is a maybe-typed value.
array
The GVariant is an array.
tuple
The GVariant is a tuple.
dict-entry
The GVariant is a dictionary entry.