方法

GioNotificationset_category

自:2.70

声明 [源]

void
g_notification_set_category (
  GNotification* notification,
  const gchar* category
)

描述 [源]

notification 的类型设置为 category。类别有一个主要类型如 emailimdevice,并且可以有通过 . 分隔的详细信息,例如 im.receivedemail.arrived。设置类别有助于通知服务器选择适当的反馈给用户。

标准类别在规范中列出

自可用:2.70

参数

category

类型: const gchar*

通知的类别,或 NULL 表示没有类别。

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