X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitRepo.vala;h=29d091901154971bec7e64f7bb8d6ff323ecbdfe;hb=279f308501fcc04b55031581ef7ab477c33ea047;hp=a935731210ee5ed79ba349264ff3c1b31441c7ce;hpb=aebe127412a87d02c413c67d2b71610e0f9e7efd;p=gitlive 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) {