方法

GioNotificationadd_button_with_target

从:2.40

声明 [源]

void
g_notification_add_button_with_target (
  GNotification* notification,
  const gchar* label,
  const gchar* action,
  const gchar* target_format,
  ...
)

描述 [源]

notification添加一个按钮,当点击时激活actionaction必须是一个跨应用操作(它必须以“app.”开头)。

如果提供了target_format,则用它来收集剩余的位置参数到一个GVariant实例,类似于g_variant_new()。action将以该GVariant作为其参数被激活。

从:2.40

此方法不直接对语言绑定可用。

此方法的实现由语言绑定中的g_notification_add_button_with_target_value()提供。

参数

标签

类型:  const gchar*

按钮标签。

数据由方法的调用者所有。
值是一个以NUL终止的UTF-8字符串。
操作

类型:  const gchar*

一个操作名称。

数据由方法的调用者所有。
值是一个以NUL终止的UTF-8字符串。
目标格式

类型:  const gchar*

一个GVariant格式字符串,或NULL

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

类型:  

位置参数,由target_format确定。