Files
gtk/testsuite
Benjamin Otte 39583e40ef testsuite: Allow accessors in interfaces
There are a lot of cases where properties are implemented in classes but
the getters for these exist in an interface that class implements.

A common Example is g_list_model_get_n_items() being the getter for
GtkWhateverListModel::n-items.
But also property implementations that don't use override_property()
(usually because they have a different default) are handled by this.
2023-04-20 17:47:54 +02:00
..
2023-03-03 22:07:09 +00:00
2023-03-29 07:35:24 -04:00
2023-03-14 14:56:42 -04:00
2023-03-14 11:16:30 -04:00