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().
printf() style format string
variable argument list, similar to vprintf()
newly allocated result from formatting operation. Free with g_free().
2.4
See Implementation
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().