glib.gquark

Undocumented in source.

Members

Aliases

GQuark
alias GQuark = guint32
Undocumented in source.

Functions

g_intern_static_string
const(gchar)* g_intern_static_string(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_intern_string
const(gchar)* g_intern_string(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_quark_from_static_string
GQuark g_quark_from_static_string(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_quark_from_string
GQuark g_quark_from_string(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_quark_to_string
const(gchar)* g_quark_to_string(GQuark quark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_quark_try_string
GQuark g_quark_try_string(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

G_DEFINE_QUARK
mixintemplate G_DEFINE_QUARK(string QN, string q_n)
Undocumented in source.

Meta