[ CCode ( type_id = "gcr_simple_collection_get_type ()" ) ]
public class SimpleCollection : Object, Collection
A simple implementation of [iface@Collection], which you can add and remove objects from.
You can use [method@SimpleCollection.add] to add objects, and [method@SimpleCollection.remove] to remove them again.