aboutsummaryrefslogtreecommitdiff
path: root/src/api/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/window.h')
-rw-r--r--src/api/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/window.h b/src/api/window.h
index 52f4d9719f..e9baa3f170 100644
--- a/src/api/window.h
+++ b/src/api/window.h
@@ -65,7 +65,7 @@ void window_set_width(Window window, int64_t width, Error *err);
/// @return The variable value
Object window_get_var(Window window, String name, Error *err);
-/// Sets a window variable
+/// Sets a window variable. Passing 'nil' as value deletes the variable.
///
/// @param window The window handle
/// @param name The variable name