From: Markus Armbruster Date: Thu, 14 Feb 2019 15:22:35 +0000 (+0100) Subject: qapi: Fix up documentation for recent commit a95291007b2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83a22d89b0d96cba0b2b6d843a443e3400322e0b;p=qemu.git qapi: Fix up documentation for recent commit a95291007b2 Signed-off-by: Markus Armbruster Reviewed-by: Marc-André Lureau Message-Id: <20190214152251.2073-3-armbru@redhat.com> --- diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt index b91bde647c..c9ba8ddb2e 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...]