]> git.sur5r.net Git - i3/i3/blobdiff - include/bindings.h
Include workspace con in workspace event
[i3/i3] / include / bindings.h
index e2acc313485a805898a90ccac2ba922e858db2fb..02c3f190c9a8d7c0f8933eda4ea1f3806ac20aa2 100644 (file)
@@ -60,6 +60,11 @@ void switch_mode(const char *new_mode);
  */
 void check_for_duplicate_bindings(struct context *context);
 
+/**
+ * Frees the binding. If bind is null, it simply returns.
+ */
+void binding_free(Binding *bind);
+
 /**
  * Runs the given binding and handles parse errors. If con is passed, it will
  * execute the command binding with that container selected by criteria.