Skip to content

frameclock: use default marshallers

Christian Hergert requested to merge wip/chergert/marshallers into gtk-3-24

GLib, since 2.50, will automatically set both the C and va marshaller if (and only if) the c_marshaller is NULL. Using NULL here will ensure that we get g_cclosure_marshal_VOID__VOIDv set as the va_marshaller.

Merge request reports