CClosure.marshalSTRINGOBJECTPOINTER

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

class CClosure
static
void
marshalSTRINGOBJECTPOINTER

Parameters

closure Closure

the gobject.Closure to which the marshaller belongs

returnValue Value

a gobject.Value, which can store the returned string

nParamValues uint

3

paramValues Value

a gobject.Value array holding instance, arg1 and arg2

invocationHint void*

the invocation hint given as the last argument to Closure.invoke

marshalData void*

additional data specified when registering the marshaller