Gcr.Collection
const Gcr = imports.gi.Gcr; let collection = new Gcr.Collection();
A Gcr.Collection is used to group a set of objects.
Prerequisites
Collection requires GObject.Object
Known Implementations
Collection is implemented by FilterCollection, SimpleCollection and UnionCollection