pub 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().
Aliased Typeยง
#[repr(C)]pub struct GVariantType { /* private fields */ }