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