Skip to content

Keep a separate flag for notify handlers

Matthias Clasen requested to merge gobject-speedup11 into main

We currently keep a flag for whether an object has ever had any signal handlers. But even if it had signal handlers, it may not have any notify handlers. Keep that information separately, so we can speed up property setting.

Merge request reports