- g_string_chunk_clear
void g_string_chunk_clear(GStringChunk* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_chunk_free
void g_string_chunk_free(GStringChunk* chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_string_chunk_insert
gchar* g_string_chunk_insert(GStringChunk* chunk, 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_string_chunk_insert_const
gchar* g_string_chunk_insert_const(GStringChunk* chunk, 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_string_chunk_insert_len
gchar* g_string_chunk_insert_len(GStringChunk* chunk, const(gchar)* str, 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_chunk_new
GStringChunk* g_string_chunk_new(gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.