Skip to content

queue2: Use g_object_notify_by_pspec

g_object_notify() actually takes a global lock to look up the GParamSpec that corresponds to the given property name. It's not a huge performance hit, but it's easily avoidable by using the _by_pspec() variant.

Merge request reports