summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Douglas Scott <idscott@system76.com>2022-07-12 21:23:55 -0700
committerIan Douglas Scott <idscott@system76.com>2022-07-14 08:38:49 -0700
commit60827b862e4f0ef2b5117df30494a7f5918dd8b1 (patch)
treed2d43b256f78a042deb80e1de61162d61120b7e5 /src
parent971f8e4ace3d4080340f43574043c31f46db312f (diff)
Document which type are nullable, and wire format for null value
Signed-off-by: Ian Douglas Scott <idscott@system76.com>
Diffstat (limited to 'src')
-rw-r--r--src/wayland-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-util.h b/src/wayland-util.h
index 18c512e..4d59231 100644
--- a/src/wayland-util.h
+++ b/src/wayland-util.h
@@ -118,7 +118,7 @@ struct wl_object;
* * `n`: new_id
* * `a`: array
* * `h`: fd
- * * `?`: following argument is nullable
+ * * `?`: following argument (`o` or `s`) is nullable
*
* While demarshaling primitive arguments is straightforward, when demarshaling
* messages containing `object` or `new_id` arguments, the protocol