]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/ipc.h
Merge branch 'i3bar-hide-mod' into next
[i3/i3] / i3bar / include / ipc.h
index c91960445f1bb8210c1774207571f5347a890853..a0c4970420a768ca4633689b7768d6b939219ecb 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3bar - an xcb-based status- and ws-bar for i3
+ * © 2010-2011 Axel Wagner and contributors (see also: LICENSE)
+ *
+ * ipc.c: Communicating with i3
+ *
+ */
 #ifndef IPC_H_
 #define IPC_H_
 
  */
 int init_connection(const char *socket_path);
 
+/*
+ * Destroy the connection to i3.
+ *
+ */
+void destroy_connection();
+
 /*
  * Sends a Message to i3.
  * type must be a valid I3_IPC_MESSAGE_TYPE (see i3/ipc.h for further information)