Skip to content

Check for empty property name in GPropertyAction

Emmanuele Bassi requested to merge ebassi/issue-3130 into main

Make sure to fail consistently in case people created a GPropertyAction with g_object_new() without passing a property name.

Bindings that construct objects with g_object_new() have no idea if a property is mandatory.

Closes #3130 (closed)

Edited by Philip Withnall

Merge request reports