Create new g_cclosure_marshal?

How do I create a g_cclosure_marshal_VOID__UINT_UINT? I can’t find an example of how to do it… :cry:

You typically use glib-genmarshal to generate your own marshaller function. Alternatively, if you’re writing a marshaller for a signal, you pass NULL and let the default, ffi-based marshaller handle it automatically.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.