Formats the data in args
according to format
, escaping all string and character arguments in the fashion of
escape_text.
See printf_escaped.
format |
printf style format string |
args |
variable argument list, similar to |
newly allocated result from formatting operation. Free with g_free. |