Skip to content

Avoid g_object_ref/unref in some cases

Matthias Clasen requested to merge gobject-speedup7 into main

We only need to take a ref on the object when we call out to external code (ie around ->dispatch_properties_changed). If we avoid the signal emission, we can avoid the ref/unref too. This is not currently happening, but might in the future.

Edited by Matthias Clasen

Merge request reports