StringG.vprintf

Writes a formatted string into a GString. This function is similar to g_string_printf() except that the arguments to the format string are passed as a va_list. Since 2.14

class StringG
void
vprintf
(
string format
,
void* args
)

Parameters

format string

the string format. See the printf() documentation

args void*

the parameters to insert into the format string

Meta