Skip to content

Avoid g_type_class_peek

Matthias Clasen requested to merge gobject-speedup9 into main

Most of the time, properties belong to the class we set them on. Check that first, before going into GType, which takes locks and whatnot.

Merge request reports