glib.gvarianttype

Undocumented in source.

Members

Functions

g_variant_type_checked_
const(GVariantType)* g_variant_type_checked_(const(gchar)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_copy
GVariantType* g_variant_type_copy(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_dup_string
gchar* g_variant_type_dup_string(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_element
const(GVariantType)* g_variant_type_element(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_equal
gboolean g_variant_type_equal(gconstpointer type1, gconstpointer type2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_first
const(GVariantType)* g_variant_type_first(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_free
void g_variant_type_free(GVariantType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_get_string_length
gsize g_variant_type_get_string_length(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_hash
guint g_variant_type_hash(gconstpointer type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_array
gboolean g_variant_type_is_array(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_basic
gboolean g_variant_type_is_basic(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_container
gboolean g_variant_type_is_container(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_definite
gboolean g_variant_type_is_definite(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_dict_entry
gboolean g_variant_type_is_dict_entry(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_maybe
gboolean g_variant_type_is_maybe(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_subtype_of
gboolean g_variant_type_is_subtype_of(const(GVariantType)* type, const(GVariantType)* supertype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_tuple
gboolean g_variant_type_is_tuple(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_is_variant
gboolean g_variant_type_is_variant(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_key
const(GVariantType)* g_variant_type_key(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_n_items
gsize g_variant_type_n_items(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_new
GVariantType* g_variant_type_new(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_new_array
GVariantType* g_variant_type_new_array(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_new_dict_entry
GVariantType* g_variant_type_new_dict_entry(const(GVariantType)* key, const(GVariantType)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_new_maybe
GVariantType* g_variant_type_new_maybe(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_new_tuple
GVariantType* g_variant_type_new_tuple(const(GVariantType*)* items, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_next
const(GVariantType)* g_variant_type_next(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_peek_string
const(gchar)* g_variant_type_peek_string(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_string_is_valid
gboolean g_variant_type_string_is_valid(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_string_scan
gboolean g_variant_type_string_scan(const(gchar)* string, const(gchar)* limit, const(gchar)** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_variant_type_value
const(GVariantType)* g_variant_type_value(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GVariantType
struct GVariantType
Undocumented in source.

Meta