Skip to content

frameclock: use default marshallers [gtk4]

Christian Hergert requested to merge wip/chergert/marshal-gtk4 into master

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