From 279f308501fcc04b55031581ef7ab477c33ea047 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Aug 2018 17:18:12 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index a9357312..29d09190 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -274,7 +274,7 @@ public class GitRepo : Object } - public delegate void GitAsyncCallback (GitRepo repo, string str); + public delegate void GitAsyncCallback (GitRepo repo, int err, string str); public void pull_async(GitAsyncCallback cb) { -- 2.39.2