]> git.sur5r.net Git - i3/i3/blobdiff - include/ipc.h
Implement the ipc 'binding' event
[i3/i3] / include / ipc.h
index e9358ee58b78d2e8e6d21c6bb8f268d950900fa1..77dcad210e8c7b0e35b143a22dadf815c5bbfab8 100644 (file)
@@ -105,3 +105,8 @@ void ipc_send_window_event(const char *property, Con *con);
  * For the barconfig update events, we send the serialized barconfig.
  */
 void ipc_send_barconfig_update_event(Barconfig *barconfig);
+
+/**
+ * For the binding events, we send the serialized binding struct.
+ */
+void ipc_send_binding_event(const char *event_type, Binding *bind);