aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaxl.h')
-rw-r--r--libaxl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libaxl.h b/libaxl.h
index b9b2c5b..d9b3d26 100644
--- a/libaxl.h
+++ b/libaxl.h
@@ -112,6 +112,9 @@ const struct libaxl_display_info *libaxl_info(LIBAXL_CONNECTION *, int); /* TODO
* ... do something with `depth` or `break` if `i` is of a desired value (index) ...
* }
*
+ * Note, the function does not check if another
+ * element exists
+ *
* @param depth The element before the element to return
* @return The element after `depth`
*/
@@ -134,6 +137,9 @@ libaxl_next_depth(const struct libaxl_depth *depth) /* TODO man */
* ... do something with `screen` or `break` if `i` is of a desired value (index) ...
* }
*
+ * Note, the function does not check if another
+ * element exists
+ *
* @param screen The element before the element to return
* @return The element after `screen`
*/