Method
GObjectClosureinvoke
Declaration
void
g_closure_invoke (
GClosure* closure,
GValue* return_value,
guint n_param_values,
const GValue* param_values,
gpointer invocation_hint
)
Parameters
return_value |
GValue |
A |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
n_param_values |
guint |
The length of the |
|
param_values |
An array of GValue |
An array of
|
|
The length of the array is specified in the n_param_values argument. | |
The data is owned by the caller of the function. | |
invocation_hint |
gpointer |
A context-dependent invocation hint. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |