Skip to content

Simplify g_object_new_with_properties

Matthias Clasen requested to merge gobject-speedup2 into main

Another breakout from !2278 (closed)


This function was doing an unnecessary extra copy of the GValues. We can avoid that.

Edited by Matthias Clasen

Merge request reports