qapi event: clean up in callers
This patch improves docs and address small issues in event callers. Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
d6f9c82c62
commit
2f44a08b3e
6 changed files with 11 additions and 9 deletions
|
|
@ -657,8 +657,9 @@
|
|||
#
|
||||
# @host: IP address
|
||||
#
|
||||
# @service: The service name of vnc port. This may depend on the host system's
|
||||
# service database so symbolic names should not be relied on.
|
||||
# @service: The service name of the vnc port. This may depend on the host
|
||||
# system's service database so symbolic names should not be relied
|
||||
# on.
|
||||
#
|
||||
# @family: address family
|
||||
#
|
||||
|
|
@ -697,7 +698,7 @@
|
|||
##
|
||||
{ 'type': 'VncClientInfo',
|
||||
'base': 'VncBasicInfo',
|
||||
'data': { '*x509_dname' : 'str', '*sasl_username': 'str' } }
|
||||
'data': { '*x509_dname': 'str', '*sasl_username': 'str' } }
|
||||
|
||||
##
|
||||
# @VncInfo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue