函数

GObjectCClosuremarshal_VOID__FLAGS

声明 [src]

void
g_cclosure_marshal_VOID__FLAGS (
  GClosure* closure,
  GValue* return_value,
  guint n_param_values,
  const GValue* param_values,
  gpointer invocation_hint,
  gpointer marshal_data
)

描述 [src]

用于具有标志类型单个参数信号的 GClosureMarshal 函数。

参数

closure

类型: GClosure

一个 GClosure

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

类型: GValue

用于存储返回值的 GValue。如果闭包的回调不返回值,则为 NULL

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

类型: guint

param_values 数组的长度。

param_values

类型: GValue

一个包含将要触发闭包回调参议的 GValues 数组。

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

类型: gpointer

在调用 g_closure_invoke 时作为最后一个参数给出的调用提示。

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

类型: gpointer

在注册marshaller时指定的高级数据,请参阅 g_closure_set_marshalg_closure_set_meta_marshal

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