Type Definition panda_sys::GVariantType[][src]

type GVariantType = _GVariantType;
Expand description

GVariantType:

A type in the GVariant type system.

Two types may not be compared by value; use g_variant_type_equal() or g_variant_type_is_subtype_of(). May be copied using g_variant_type_copy() and freed using g_variant_type_free().