printLiteral

open fun printLiteral(message: String)

Prints a message using the stdout print handler in the invoking process.

Unlike g_application_command_line_print(), @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.

Since

2.80

Parameters

message

the message