GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:22:40 +0000 (13:22 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:22:40 +0000 (13:22 +0800)
GitRepo.vala

index a72d562..3c73398 100644 (file)
@@ -271,15 +271,15 @@ public class GitRepo : Object
         string[] cmd = { "pull" , "--no-edit" };
         return this.git( cmd );
 
-        //var e = yield dir.enumerate_children_async(
-        //    FileAttribute.STANDARD_NAME, 0, Priority.DEFAULT, null);
-        
         
     }
     
     
-    async public void pull_async(Callback_pull cb) {
+    async public string pull_async(Callback_pull cb) {
     
+        //var e = yield dir.enumerate_children_async(
+        //    FileAttribute.STANDARD_NAME, 0, Priority.DEFAULT, null);
+        
     
     }