gobject.gvaluetypes

Undocumented in source.

Members

Aliases

gchararray
alias gchararray = gchar*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_gtype_get_type
GType g_gtype_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_type_register_static
GType g_pointer_type_register_static(const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup_value_contents
gchar* g_strdup_value_contents(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_dup_string
gchar* g_value_dup_string(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_dup_variant
GVariant* g_value_dup_variant(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_boolean
gboolean g_value_get_boolean(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_char
deprecated gchar g_value_get_char(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_double
gdouble g_value_get_double(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_float
gfloat g_value_get_float(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_gtype
GType g_value_get_gtype(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_int
gint g_value_get_int(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_int64
gint64 g_value_get_int64(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_long
glong g_value_get_long(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_pointer
gpointer g_value_get_pointer(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_schar
gint8 g_value_get_schar(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_string
const(gchar)* g_value_get_string(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_uchar
guchar g_value_get_uchar(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_uint
guint g_value_get_uint(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_uint64
guint64 g_value_get_uint64(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_ulong
gulong g_value_get_ulong(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_get_variant
GVariant* g_value_get_variant(const(GValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_boolean
void g_value_set_boolean(GValue* value, gboolean v_boolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_char
deprecated void g_value_set_char(GValue* value, gchar v_char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_double
void g_value_set_double(GValue* value, gdouble v_double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_float
void g_value_set_float(GValue* value, gfloat v_float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_gtype
void g_value_set_gtype(GValue* value, GType v_gtype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_int
void g_value_set_int(GValue* value, gint v_int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_int64
void g_value_set_int64(GValue* value, gint64 v_int64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_long
void g_value_set_long(GValue* value, glong v_long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_pointer
void g_value_set_pointer(GValue* value, gpointer v_pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_schar
void g_value_set_schar(GValue* value, gint8 v_char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_static_string
void g_value_set_static_string(GValue* value, const(gchar)* v_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_string
void g_value_set_string(GValue* value, const(gchar)* v_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_string_take_ownership
deprecated void g_value_set_string_take_ownership(GValue* value, gchar* v_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_uchar
void g_value_set_uchar(GValue* value, guchar v_uchar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_uint
void g_value_set_uint(GValue* value, guint v_uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_uint64
void g_value_set_uint64(GValue* value, guint64 v_uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_ulong
void g_value_set_ulong(GValue* value, gulong v_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_set_variant
void g_value_set_variant(GValue* value, GVariant* variant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_take_string
void g_value_take_string(GValue* value, gchar* v_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_take_variant
void g_value_take_variant(GValue* value, GVariant* variant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta