I saw this coming across through a ffi boundary in Sysprof, and we wanted
to keep most things within GDK using native marshalling to improve
profiler results when frame pointers are not used.
BOOLEAN:OBJECT
BOOLEAN:POINTER
VOID:POINTER,POINTER,BOOLEAN,BOOLEAN
+VOID:INT,INT
0,
NULL,
NULL,
- NULL,
+ _gdk_marshal_VOID__INT_INT,
G_TYPE_NONE,
2,
G_TYPE_INT,
G_TYPE_INT);
+ g_signal_set_va_marshaller (signals[LAYOUT],
+ G_OBJECT_CLASS_TYPE (object_class),
+ _gdk_marshal_VOID__INT_INTv);
/**
* GdkSurface::render: