Skip to content

Always ref-sink variants in g_object_set

Matthias Clasen requested to merge floating-variants-grr into main

When collecting varargs, ignore the NOCOPY_CONTENTS flag for variants. That is what our docs advice for refcounted types, and it fixes a regression that was inadvertendly introduced when we stopped doing some extra GValue copies.

Fixes: #2774 (closed)

Merge request reports