API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
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()
This method is not directly available to language bindings.
format
Type: const gchar*
const gchar*
The string format. See the printf() documentation.
printf()
...
Type:
The parameters to insert into the format string.