12 #ifndef __WMEM_STRBUF_H__ 13 #define __WMEM_STRBUF_H__ 18 #include "wmem_core.h" 40 gsize alloc_len, gsize max_len)
43 #define wmem_strbuf_new_label(ALLOCATOR) \ 44 wmem_strbuf_sized_new((ALLOCATOR), 0, ITEM_LABEL_LENGTH) 57 wmem_strbuf_append_printf(
wmem_strbuf_t *strbuf,
const gchar *format, ...)
66 wmem_strbuf_append_unichar(
wmem_strbuf_t *strbuf, const gunichar c);
Definition: wmem_strbuf.c:36
Definition: wmem_allocator.h:26
WS_DLL_PUBLIC char * wmem_strbuf_finalize(wmem_strbuf_t *strbuf)
Definition: wmem_strbuf.c:272