Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:13:05 +0000 (16:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:13:05 +0000 (16:13 +0800)
Git.vala

index d630e53..46aa200 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -19,6 +19,12 @@ void main()
 
        Ggit.init();
        
+       
+       GLib.Timeout.add (interval, () => {
+      GLib.debug("Meanwhile");
+      return false;
+    }, GLib.Priority.DEFAULT);
+       
        var loop = new MainLoop();
        
        var a = new GitLive.Repo("/home/alan/gitlive/gitlive");