CClosure.marshalSTRINGOBJECTPOINTERv

The #GVaClosureMarshal equivalent to g_cclosure_marshal_STRING__OBJECT_POINTER().

class CClosure
static
void
marshalSTRINGOBJECTPOINTERv

Parameters

closure Closure

the #GClosure to which the marshaller belongs

returnValue Value

a #GValue to store the return value. May be %NULL if the callback of @closure doesn't return a value.

instance_ TypeInstance

the instance on which the closure is invoked.

args void*

va_list of arguments to be passed to the closure.

marshalData void*

additional data specified when registering the marshaller, see g_closure_set_marshal() and g_closure_set_meta_marshal()

paramTypes GType[]

the #GType of each argument from @args.

Meta