mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
Improve performance by removing the use of an intermediate g_malloc'd
2007-06-14 Ryan Lortie <desrt@desrt.ca> * docs/reference/glib/glib-sections.txt: * glib/glib/symbols: * glib/gstring.[ch] (g_string_printf_internal): Improve performance by removing the use of an intermediate g_malloc'd buffer. Rename to g_string_append_vprintf, document, and expose along with g_string_vprintf as new public API (#57693). svn path=/trunk/; revision=5564
This commit is contained in:
committed by
Mathias Hasselmann
parent
ed4d216d2b
commit
020af9f1dc
@@ -2018,6 +2018,8 @@ g_string_sized_new
|
||||
g_string_assign
|
||||
g_string_sprintf
|
||||
g_string_sprintfa
|
||||
g_string_vprintf
|
||||
g_string_append_vprintf
|
||||
g_string_printf
|
||||
g_string_append_printf
|
||||
g_string_append
|
||||
|
Reference in New Issue
Block a user