- 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.