Prints a message using the stderr print handler in the invoking process.
Unlike gio.application_command_line.ApplicationCommandLine.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.
the message
Prints a message using the stderr print handler in the invoking process.
Unlike gio.application_command_line.ApplicationCommandLine.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.