vprintf_escaped


Description:

[ Version ( since = "2.4" ) ]
public string vprintf_escaped (string format, va_list args)

Formats the data in args according to format, escaping all string and character arguments in the fashion of escape_text.

See printf_escaped.

Parameters:

format

printf style format string

args

variable argument list, similar to vprintf

Returns:

newly allocated result from formatting operation. Free with g_free.


Namespace: GLib.Markup
Package: glib-2.0