]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/qapi-code-gen.txt
qapi: Introduce a first class 'any' type
[mirror_qemu.git] / docs / qapi-code-gen.txt
index 5c2c278a60ac0295b83e8ad36c620d34159f1b58..70fdae77d19c539f1bf6ff25d5954fc394a14db2 100644 (file)
@@ -158,6 +158,7 @@ The following types are predefined, and map to C as follows:
   size      uint64_t   like uint64_t, except StringInputVisitor
                        accepts size suffixes
   bool      bool       JSON true or false
+  any       QObject *  any JSON value
 
 
 === Includes ===