Skip to content

testsuite: Add a test that checks for property accessors

Benjamin Otte requested to merge wip/otte/accessors into master

Make sure that every object property in GTK has accessors for getting its value (if the property is readable) or setting it (if it is writable).

Related: #2440

Merge request reports