Valadoc | Vala | Tutorial | API-References | Markup

vprintf


Description:

public void vprintf (string format, va_list args)

Writes a formatted string into a StringBuilder.

This function is similar to printf except that the arguments to the format string are passed as a va_list.

Parameters:

format the string format. See the printf documentation
args the parameters to insert into the format string