src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:17:45 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:17:45 +0000 (16:17 +0800)
src/Spawn.vala

index 15c4471..98dad4a 100644 (file)
@@ -54,6 +54,11 @@ public class Spawn : Object
         * @return the string or null 
         */
        public signal string? input();
+       /**
+        * @signal input called at start to send input when process starts?
+        * @return the string or null 
+        */
+       public signal string? complete();
        /**
         * @signal output_line called when a line is recieved from the process.
         * Note you may want to connect this and run