public class RooRepo : Object { public string id; // not really important that they are numbers.. public string project_id; public string description; public string shortname; static Gee.ArrayList _repos; // only available for singletonn. static public Gee.ArrayList() { RooRepo.init(); return RooRepo._repos; } }