]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Fix typo in con_parent_with_orientation description
[i3/i3] / include / con.h
index 1c7bb9322a3fa995ab7a0722ace0a3a3fc2e595a..6cd1ef3e41eca1ad90c3af125ecae7fa10161675 100644 (file)
@@ -25,6 +25,12 @@ Con *con_new_skeleton(Con *parent, i3Window *window);
  */
 Con *con_new(Con *parent, i3Window *window);
 
+/**
+ * Frees the specified container.
+ *
+ */
+void con_free(Con *con);
+
 /**
  * Sets input focus to the given container. Will be updated in X11 in the next
  * run of x_push_changes().
@@ -96,7 +102,7 @@ Con *con_get_output(Con *con);
 Con *con_get_workspace(Con *con);
 
 /**
- * Searches parenst of the given 'con' until it reaches one with the specified
+ * Searches parents of the given 'con' until it reaches one with the specified
  * 'orientation'. Aborts when it comes across a floating_con.
  *
  */