函数
GNObjectCClosuremarshal_VOID__PARAM
声明 [源]
void
g_cclosure_marshal_VOID__PARAM (
GClosure* closure,
GValue* return_value,
guint n_param_values,
const GValue* param_values,
gpointer invocation_hint,
gpointer marshal_data
)
参数
closure
-
类型:
GClosure
一个
GClosure
。数据由函数的调用者所有。 return_value
-
类型:
GValue
一个
GValue
用于存储返回值。如果闭包的回调不返回值,则可能为NULL
。数据由函数的调用者所有。 n_param_values
-
类型:
guint
param_values
数组的长度。 param_values
-
类型:
GValue
一个包含将在其回调上执行的参数的
GValues
数组。数据由函数的调用者所有。 调用提示
-
类型:
gpointer
作为最后参数传递给
g_closure_invoke()
的调用提示。该参数可以是 NULL
。数据由函数的调用者所有。 序列化数据
-
类型:
gpointer
在注册marshal器时指定的额外数据,请参阅
g_closure_set_marshal()
和g_closure_set_meta_marshal()
。该参数可以是 NULL
。数据由函数的调用者所有。