mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-05 06:37:29 +00:00
codegen: Document "chunk" attribute
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
d4248885e8
commit
99f6aa0028
@ -60,6 +60,9 @@ valid_attributes=set([
|
||||
'outvar',
|
||||
# C structure has an anonymous member (used in switch)
|
||||
'anon',
|
||||
# the C structure contains a pointer to a SpiceChunks structure.
|
||||
# The SpiceChunks structure is allocated inside the demarshalled
|
||||
# buffer and data will point to original message.
|
||||
'chunk',
|
||||
# this channel is contained in an #ifdef section
|
||||
# the argument specifies the preprocessor define to check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user