gobject.gvalue

Undocumented in source.

Members

Aliases

GValueTransform
alias GValueTransform = void function(const(GValue)* src_value, GValue* dest_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
G_TYPE_IS_VALUE
alias G_TYPE_IS_VALUE = g_type_check_is_value_type
Undocumented in source.

Functions

G_VALUE_TYPE
auto G_VALUE_TYPE(V val)
Undocumented in source. Be warned that the author may not have intended to support it.
G_VALUE_TYPE_NAME
auto G_VALUE_TYPE_NAME(V val)
Undocumented in source. Be warned that the author may not have intended to support it.
g_value_copy
void g_value_copy(const(GValue)* src_value, GValue* dest_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_fits_pointer
gboolean g_value_fits_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_init
GValue* g_value_init(GValue* value, GType g_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_init_from_instance
void g_value_init_from_instance(GValue* value, gpointer instance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_peek_pointer
gpointer g_value_peek_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_register_transform_func
void g_value_register_transform_func(GType src_type, GType dest_type, GValueTransform transform_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_reset
GValue* g_value_reset(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_instance
void g_value_set_instance(GValue* value, gpointer instance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_transform
gboolean g_value_transform(const(GValue)* src_value, GValue* dest_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_type_compatible
gboolean g_value_type_compatible(GType src_type, GType dest_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_type_transformable
gboolean g_value_type_transformable(GType src_type, GType dest_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_value_unset
void g_value_unset(GValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

G_VALUE_NOCOPY_CONTENTS
enum G_VALUE_NOCOPY_CONTENTS;
Undocumented in source.

Structs

GValue
struct GValue
Undocumented in source.

Meta