gobject.gboxed

Undocumented in source.

Members

Aliases

GBoxedCopyFunc
alias GBoxedCopyFunc = gpointer function(gpointer boxed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GBoxedFreeFunc
alias GBoxedFreeFunc = void function(gpointer boxed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_boxed_copy
gpointer g_boxed_copy(GType boxed_type, gconstpointer src_boxed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_boxed_free
void g_boxed_free(GType boxed_type, gpointer boxed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_boxed_type_register_static
GType g_boxed_type_register_static(const(gchar)* name, GBoxedCopyFunc boxed_copy, GBoxedFreeFunc boxed_free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_closure_get_type
GType g_closure_get_type()
g_value_dup_boxed
gpointer g_value_dup_boxed(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_boxed
gpointer g_value_get_boxed(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_type
GType g_value_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_value_set_boxed
void g_value_set_boxed(GValue* value, gconstpointer v_boxed)
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_boxed_take_ownership
deprecated void g_value_set_boxed_take_ownership(GValue* value, gconstpointer v_boxed)
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_boxed
void g_value_set_static_boxed(GValue* value, gconstpointer v_boxed)
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_boxed
void g_value_take_boxed(GValue* value, gconstpointer v_boxed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta