From 3f56c2a09d7b4dedf2980b10a1c3af0d8d30cf5b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Dec 2018 15:24:23 +0800 Subject: [PATCH] RooRepo.vala --- RooRepo.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RooRepo.vala b/RooRepo.vala index 11df7a31..db200269 100644 --- a/RooRepo.vala +++ b/RooRepo.vala @@ -23,10 +23,11 @@ public class RooRepo : Object } static Gee.ArrayList _repos; // only available for singletonn. - static Gee.ArrayList init() { + public static Gee.ArrayList repos() { RooRepo.init(); return RooRepo._repos; } + static RooRepo add(Json.Object t) { var add = new RooRepo(); -- 2.39.2