API Version: 2.0
Library Version: 2.72
void g_string_append_printf ( GString* string, const gchar* format, ... )
Appends a formatted string onto the end of a GString. This function is similar to g_string_printf() except that the text is appended to the GString.
GString
g_string_printf()
format
Type: const gchar*
const gchar*
The string format. See the printf() documentation.
printf()
...
Type:
The parameters to insert into the format string.