SimpleXML.markupVprintfEscaped

Formats the data in args according to format, escaping all string and character arguments in the fashion of g_markup_escape_text(). See g_markup_printf_escaped().

class SimpleXML
static
string
markupVprintfEscaped
(
string format
,
void* args
)

Parameters

format string

printf() style format string

args void*

variable argument list, similar to vprintf()

Return Value

Type: string

newly allocated result from formatting operation. Free with g_free().

Meta