方法

GioApplicationCommandLineprint_literal

自:2.80

声明 [源代码]

void
g_application_command_line_print_literal (
  GApplicationCommandLine* cmdline,
  const gchar* message
)

描述 [源代码]

使用调用进程中的标准输出打印处理程序打印一条消息。

与g_application_command_line_print()不同,message不是一个printf()样式的格式字符串。如果message包含您无法控制的文本,其中可能包括printf()转义序列,请使用此函数。

自:2.80

参数

message

类型: const gchar*

消息。

数据由方法调用者拥有。
值是一个以NULL终止的UTF-8字符串。