方法

GioNotificationset_body

since: 2.40

声明 [src]

void
g_notification_set_body (
  GNotification* notification,
  const gchar* body
)

描述 [src]

将通知的正文设置为 body

自 2.40 版本以来可用

参数

body

类型: const gchar*

新正文,用于 notification,或 NULL

参数可以是 NULL
数据由方法调用者拥有。
该值是一个以 NUL 结束的 UTF-8 字符串。