Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:51:31 +0000 (03:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:51:31 +0000 (03:51 +0800)
Spawn.vala

index 07c8749..53f014e 100644 (file)
@@ -148,10 +148,14 @@ public class Spawn : Object
      * @property err_ch {GLib.IOChannel} stderr io channel
      */
     IOChannel err_ch = null;
-    
+    /**
+     * @property err_src {int} the watch for errors
+     */
     
     int err_src = -1;
-    
+      /**
+     * @property err_src {int} the watch for output
+     */
     int out_src = -1;
     
     /**