diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-02-14 16:22:35 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-02-18 14:44:04 +0100 |
commit | 83a22d89b0d96cba0b2b6d843a443e3400322e0b (patch) | |
tree | 990e2a9bc816e1d5a33b7db97c378261e79b585b /docs | |
parent | ce32bf8586851866aa5902c3fa32ebd35d0188bd (diff) |
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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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...] |