StringG.appendVprintf

Appends a formatted string onto the end of a GString This function is similar to g_string_append_printf() except that the arguments to the format string are passed as a va_list.

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

Parameters

format string

the string format. See the printf() documentation

args void*

the list of arguments to insert in the output

Meta

Since

2.14