方法

GioNotificationset_default_action

自:2.40

声明 [源代码位置]

void
g_notification_set_default_action (
  GNotification* notification,
  const gchar* detailed_action
)

描述 [源代码位置]

notification 的默认操作设置为 detailed_action。当通知被点击时,此操作将被激活。

detailed_action 中的操作必须是全局操作(必须以“app.”开头)。如果 detailed_action 包含一个目标,则将以该目标作为参数激活给定操作。有关 detailed_action 的格式说明,请参阅 g_action_parse_detailed_name()

如果没有设置默认操作,则将激活发送通知的应用程序。

自:2.40

参数

detailed_action

类型: const gchar*

详细操作名称。

数据由方法调用者拥有。
值是 NUL 结束的 UTF-8 字符串。