Method
GioApplicationCommandLineprinterr_literal
since: 2.80
Declaration [src]
void
g_application_command_line_printerr_literal (
GApplicationCommandLine* cmdline,
const gchar* message
)
Description [src]
Prints a message using the stderr print handler in the invoking process.
Unlike g_application_command_line_printerr(), message
is not
a printf()
-style format string. Use this function if message
contains text
you don’t have control over, that could include printf()
escape sequences.
Available since: 2.80