方法
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 版本以来可使用