GitRepo.vala
[gitlive] / GitRepo.vala
index 3986b22..69a8397 100644 (file)
@@ -272,8 +272,15 @@ public class GitRepo : Object
         return this.git( cmd );
 
         
-        
     }
+    
+    public delegate void PullAsyncCallback (string str)
+    async public string pull_async(PullAsyncCallback cb) {
+    
+         
+    
+    }
+    
     /**
      * push:
      * Send local changes to remote repo(s)