CClosure.marshalSTRING__OBJECT_POINTER

A marshaller for a GCClosure with a callback of type gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data).

class CClosure
static
void
marshalSTRING__OBJECT_POINTER

Parameters

closure Closure

the GClosure to which the marshaller belongs

returnValue Value

a GValue, which can store the returned string

paramValues GValue[]

a GValue array holding instance, arg1 and arg2

invocationHint void*

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

marshalData void*

additional data specified when registering the marshaller

Meta