方法

GObjectClosureremove_invalidate_notifier

声明 [源代码]

void
g_closure_remove_invalidate_notifier (
  GClosure* closure,
  gpointer notify_data,
  GClosureNotify notify_func
)

描述 [源代码]

移除一个失效通知器。

请注意,通知器在运行后将会自动移除。

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

参数

notify_data

类型: gpointer

在注册 notify_func 时通过 g_closure_add_invalidate_notifier() 传递的数据。

此参数可以是 NULL
数据由方法的调用者所有。
notify_func

类型: GClosureNotify

要移除的回调函数。