Skip to content

tests: Add test for child_set_property() with null values

Florian Müllner requested to merge fmuellner/gjs:child-set-test into master

We have a custom override for this, as it's a difficult problem: null is too generic for meaningful type information (unset string, object, boxed, ...?), but the method will bail out if we pass a GValue of the wrong type.

It is certainly worth a test case.

Related: #99 (closed)

Merge request reports