Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:42:31 +0000 (17:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:42:31 +0000 (17:42 +0800)
Spawn.vala

index 7c85dbc..58e8b29 100644 (file)
@@ -385,7 +385,7 @@ public class Spawn : Object
      * @arg giochannel to read from.
      * @returns none
      */
-    read: function(ch) 
+    boolean read(ch) 
     {
         var prop = ch == this.out_ch ? 'output' : 'stderr';
        // print("prop: " + prop);