方法

GioNotificationadd_button

自 2.40 版本以来

声明 [src]

void
g_notification_add_button (
  GNotification* notification,
  const gchar* label,
  const gchar* detailed_action
)

描述 [src]

向 notification 添加一个按钮,当点击时激活 detailed_action 中的动作。该动作必须是应用程序范围内的动作(以“app.”开头)。如果 detailed_action 包含目标,则动作将使用该目标作为参数激活。

有关 detailed_action 格式的详细信息,请参阅g_action_parse_detailed_name()

自 2.40 版本以来可使用

参数

label

类型: const gchar*

按钮的标签。

这些数据由方法的调用者拥有。
该值是一个以 NUL 结尾的 UTF-8 字符串。
detailed_action

类型: const gchar*

一个详细的动作名称。

这些数据由方法的调用者拥有。
该值是一个以 NUL 结尾的 UTF-8 字符串。