- g_string_append
GString* g_string_append(GString* str, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_c
GString* g_string_append_c(GString* str, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_c_inline
GString* g_string_append_c_inline(GString* gstr, gchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- g_string_append_len
GString* g_string_append_len(GString* str, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_printf
void g_string_append_printf(GString* str, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_unichar
GString* g_string_append_unichar(GString* str, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_uri_escaped
GString* g_string_append_uri_escaped(GString* str, const(gchar)* unescaped, const(gchar)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_append_vprintf
void g_string_append_vprintf(GString* str, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_ascii_down
GString* g_string_ascii_down(GString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_ascii_up
GString* g_string_ascii_up(GString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_assign
GString* g_string_assign(GString* str, const(gchar)* rval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_down
deprecated GString* g_string_down(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_equal
gboolean g_string_equal(const(GString)* v, const(GString)* v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_erase
GString* g_string_erase(GString* str, gssize pos, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_free
gchar* g_string_free(GString* str, gboolean free_segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_free_to_bytes
GBytes* g_string_free_to_bytes(GString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_hash
guint g_string_hash(const(GString)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_insert
GString* g_string_insert(GString* str, gssize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_insert_c
GString* g_string_insert_c(GString* str, gssize pos, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_insert_len
GString* g_string_insert_len(GString* str, gssize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_insert_unichar
GString* g_string_insert_unichar(GString* str, gssize pos, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_new
GString* g_string_new(const(gchar)* init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_new_len
GString* g_string_new_len(const(gchar)* init, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_overwrite
GString* g_string_overwrite(GString* str, gsize pos, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_overwrite_len
GString* g_string_overwrite_len(GString* str, gsize pos, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_prepend
GString* g_string_prepend(GString* str, const(gchar)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_prepend_c
GString* g_string_prepend_c(GString* str, gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_prepend_len
GString* g_string_prepend_len(GString* str, const(gchar)* val, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_prepend_unichar
GString* g_string_prepend_unichar(GString* str, gunichar wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_printf
void g_string_printf(GString* str, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_set_size
GString* g_string_set_size(GString* str, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_sized_new
GString* g_string_sized_new(gsize dfl_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_truncate
GString* g_string_truncate(GString* str, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_up
deprecated GString* g_string_up(GString* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_vprintf
void g_string_vprintf(GString* str, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.