RooRepo.vala
[gitlive] / RooRepo.vala
index e69de29..b6aeaf3 100644 (file)
@@ -0,0 +1,12 @@
+public class RooRepo : Object 
+{
+
+       public string  id; // not really important that they are numbers..
+       public string project_id;
+       public string description;
+       public string shortname;
+       
+
+}