From e72d230befa188141d7b52436b2a64761afecb0c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:25:24 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index 3c733980..05c57623 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -274,8 +274,8 @@ public class GitRepo : Object } - - async public string pull_async(Callback_pull cb) { + public delegate void PullAsyncCallback (string str) + async public string pull_async(PullAsyncCallback cb) { //var e = yield dir.enumerate_children_async( // FileAttribute.STANDARD_NAME, 0, Priority.DEFAULT, null); -- 2.39.2