函数

GObjectCClosuremarshal_VOID__ULONG

声明 [源]

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

描述 [源]

一个 GClosureMarshal 函数,用于使用单字无符号长整型参数的信号。

参数

closure

类型: GClosure

一个 GClosure

数据属于该函数的调用者。
返回值

类型: GValue

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

数据属于该函数的调用者。
n_param_values

类型: guint

param_values 数组的长度。

param_values

类型: GValue

一个数组,包含用于对闭包的回调进行调用的参数。

数据属于该函数的调用者。
invocation_hint

类型: gpointer

作为 g_closure_invoke() 的最后一个参数提供的调用提示。

该参数可以是 NULL
数据属于该函数的调用者。
marshal_data

类型: gpointer

在注册marshaller时指定的附加数据,参见 g_closure_set_marshalg_closure_set_meta_marshal

该参数可以是 NULL
数据属于该函数的调用者。