projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce32bf8
)
qapi: Fix up documentation for recent commit a95291007b2
author
Markus Armbruster
<armbru@redhat.com>
Thu, 14 Feb 2019 15:22:35 +0000
(16:22 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Mon, 18 Feb 2019 13:44:04 +0000
(14:44 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <
20190214152251
.2073-3-armbru@redhat.com>
docs/devel/qapi-code-gen.txt
patch
|
blob
|
history
diff --git
a/docs/devel/qapi-code-gen.txt
b/docs/devel/qapi-code-gen.txt
index b91bde647c836e7137a88800e47b2e7558b0c198..c9ba8ddb2eef2a3ad5a563ef3240459619d9271d 100644
(file)
--- a/
docs/devel/qapi-code-gen.txt
+++ b/
docs/devel/qapi-code-gen.txt
@@
-1410,6
+1410,8
@@
Example:
extern const QEnumLookup example_QAPIEvent_lookup;
+ void example_qapi_event_emit(example_QAPIEvent event, QDict *qdict);
+
#endif /* EXAMPLE_QAPI_EVENTS_H */
$ cat qapi-generated/example-qapi-events.c
[Uninteresting stuff omitted...]