forked from GitHub/gf-core
add gu_string_buf_data and gu_string_buf_length in libgu
This commit is contained in:
@@ -33,6 +33,12 @@ gu_string_buf_out(GuStringBuf* sb);
|
||||
GuString
|
||||
gu_string_buf_freeze(GuStringBuf* sb, GuPool* pool);
|
||||
|
||||
char*
|
||||
gu_string_buf_data(GuStringBuf* sb);
|
||||
|
||||
size_t
|
||||
gu_string_buf_length(GuStringBuf* sb);
|
||||
|
||||
void
|
||||
gu_string_buf_flush(GuStringBuf* sb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user