Skip to content

gmenumodel/glistmodel: Use a custom marshaller to improve signal performance

Philip Withnall requested to merge pwithnall/glib:1532-marshall-matters into master

Keep the new marshallers private to avoid adding new public API, since there are unlikely to be other places which want these two marshallers. Derived classes reuse the same ones.

Also tidy up gobject/gmarshal.[ch] a bit.

Closes #1532 (closed)

Merge request reports