函数

郭象CClosuremarshal_VOID__FLOAT

声明 [源]

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

说明 [源]

适用于单精度浮点数参数的一个信号使用的 GClosureMarshal 函数。

参数

闭包

类型: GClosure

一个 GClosure

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

类型: GValue

一个用于存储返回值的 GValue。如果闭包的回调函数不返回值,则可能为 NULL

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

类型: guint

param_values 数组的长度。

param_values

类型: GValue

一个包含要调用闭包回调的参数的 GValues 数组。

数据由函数的调用者所有。
invocation_hint

类型: gpointer

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

该参数可以为 NULL
数据由函数的调用者所有。
marshal_data

类型: gpointer

在注册 marshaller 时指定的附加数据,参见 g_closure_set_marshal() 和 g_closure_set_meta_marshal()。

该参数可以为 NULL
数据由函数的调用者所有。