Skip to content

css: Avoid an uninitialized GValue

Matthias Clasen requested to merge fix-gvalue-init-3-24 into gtk-3-24

One of the confusing aspects of GOBject. When we say 'an uninitialized GValue', we mean one that is declared via GValue v = G_VALUE_INIT;

Fixes: #6655 (closed)

Merge request reports