[ CCode ( type_id = "gcr_collection_get_type ()" ) ]
public interface Collection : Object
A Collection is used to group a set of objects.
This is an abstract interface which can be used to determine which objects show up in a selector or other user interface element.
Use [ctor@SimpleCollection.new] to create a concrete implementation of this interface which you can add objects to.