mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 04:39:20 +02:00
GString: Support on-stack use
Move the preallocation into the GString struct, and add g_string_init and g_string_clear to enable on-stack use of GString.
This commit is contained in:
@@ -2652,6 +2652,8 @@ g_string_truncate
|
||||
g_string_set_size
|
||||
g_string_free
|
||||
g_string_free_to_bytes
|
||||
g_string_init
|
||||
g_string_free
|
||||
|
||||
<SUBSECTION>
|
||||
g_string_up
|
||||
|
Reference in New Issue
Block a user