src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:00:30 +0000 (11:00 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 03:00:30 +0000 (11:00 +0800)
src/Spawn.vala

index b239ab7..d67a4be 100644 (file)
@@ -40,7 +40,7 @@ public errordomain SpawnError {
  */
  
  
-void SpawnFinish (int res, string str, string stderr);
+delegate void SpawnFinish (int res, string str, string stderr);
 
 public class Spawn : Object
 {