函数

GObjectClosureNotify

声明

void
(* GClosureNotify) (
  gpointer data,
  GClosure* closure
)

描述 [src]

用于在闭包上注册的各种通知回调的类型。

参数

data

类型: gpointer

注册通知回调时指定的数据。

该参数可以是 NULL
数据由函数的调用者拥有。
closure

类型: GClosure

发出通知的 GClosure

数据由函数的调用者拥有。