CClosure.marshalVOID__VARIANT

A marshaller for a GCClosure with a callback of type void (*callback) (gpointer instance, GVariant *arg1, gpointer user_data). Since 2.26

class CClosure
static
void
marshalVOID__VARIANT

Parameters

closure Closure

the GClosure to which the marshaller belongs

returnValue Value

ignored

nParamValues uint

2

paramValues Value

a GValue array holding the instance and the GVariant* parameter

invocationHint void*

the invocation hint given as the last argument to g_closure_invoke()

marshalData void*

additional data specified when registering the marshaller

Meta