Method
GLibStringprintf
Declaration [src]
void
g_string_printf (
GString* string,
const gchar* format,
...
)
Description [src]
Writes a formatted string into a GString
.
This is similar to the standard sprintf()
function,
except that the GString
buffer automatically expands
to contain the results. The previous contents of the
GString
are destroyed.
This method is not directly available to language bindings.