From 515e7407dbe11cad93088d8925e1d45d0085d58a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:22:40 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index a72d5625..3c733980 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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); + } -- 2.39.2