Skip to content

va_marshaller: add various va_marshallers

Christian Hergert requested to merge wip/chergert/set-va-marshallers into master

We don't need to cover every case with a va_marshaller, but there are a number of them that are useful because they will often only be connected to by a single signal handler.

Generally speaking, if I opened into a file to add a va_marshaller, I just set all of them.

This is the same as we did for gtk-3-24 but forward ported for classes that have changed.

Merge request reports