aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-02-14 16:22:35 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-02-18 14:44:04 +0100
commit83a22d89b0d96cba0b2b6d843a443e3400322e0b (patch)
tree990e2a9bc816e1d5a33b7db97c378261e79b585b /docs
parentce32bf8586851866aa5902c3fa32ebd35d0188bd (diff)
downloadqemu-83a22d89b0d96cba0b2b6d843a443e3400322e0b.zip
qemu-83a22d89b0d96cba0b2b6d843a443e3400322e0b.tar.gz
qemu-83a22d89b0d96cba0b2b6d843a443e3400322e0b.tar.bz2
qapi: Fix up documentation for recent commit a95291007b2
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/qapi-code-gen.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt
index b91bde6..c9ba8dd 100644
--- 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...]