]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/child.h
Send the child SIGSTOPs and SIGCONTs
[i3/i3] / i3bar / include / child.h
index 5d945235f59c70c86ab90dac69bdc743b8ed58ca..69cfc5767a6c9b2c051cc19450215f13c6390e2e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * i3bar - an xcb-based status- and ws-bar for i3
+ *
+ * © 2010 Axel Wagner and contributors
+ *
+ * See file LICNSE for license information
+ *
+ */
 #ifndef CHILD_H_
 #define CHILD_H_
 
@@ -18,4 +26,16 @@ void start_child(char *command);
  */
 void kill_child();
 
+/*
+ * Sends a SIGSTOP to the child-process (if existent)
+ *
+ */
+void stop_child();
+
+/*
+ * Sends a SIGCONT to the child-process (if existent)
+ *
+ */
+void cont_child();
+
 #endif