diff options
author | Ian Douglas Scott <idscott@system76.com> | 2022-07-12 21:23:55 -0700 |
---|---|---|
committer | Ian Douglas Scott <idscott@system76.com> | 2022-07-14 08:38:49 -0700 |
commit | 60827b862e4f0ef2b5117df30494a7f5918dd8b1 (patch) | |
tree | d2d43b256f78a042deb80e1de61162d61120b7e5 /src | |
parent | 971f8e4ace3d4080340f43574043c31f46db312f (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.h | 2 |
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 |