SimpleXML.vprintfEscaped

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(). Since 2.4

class SimpleXML
static
string
vprintfEscaped
(
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