Skip to content

WIP: Add support for element-type to GListModel

Emmanuele Bassi requested to merge issue-328 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.

The annotation should be optional, to maintain backward compatibility.

Fixes: #328

Edited by Emmanuele Bassi

Merge request reports