Skip to content

Add element-type support to GListModel

Emmanuele Bassi requested to merge list-model-element-type into master

GListModel is an interface for creating typed, list-like containers. The data stored is GObject instances, but it's useful to be able to annotate the actual type, for both documentation and code generation purposes.

Fixes: #328

Edited by Emmanuele Bassi

Merge request reports