信号

GtkAppChooserButton::custom-item-activated

声明

void
custom_item_activated (
  GtkAppChooserButton* self,
  gchar* item_name,
  gpointer user_data
)

描述 [src]

当自定义项被激活时发出。

使用 gtk_app_chooser_button_append_custom_item() 添加自定义项。

默认处理器

默认处理器将在通过 g_signal_connect() 添加的处理程序之前被调用。

该信号可以是 详细的

参数

item_name

类型: gchar*

被激活项的名称。

数据由函数的调用者拥有。
该值是空终止的 UTF-8 字符串。