mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
qga/qapi-schema: Delete useless "Returns" sections
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240227113921.236097-10-armbru@redhat.com>
This commit is contained in:
parent
3ef507fe10
commit
3630a47903
1 changed files with 0 additions and 12 deletions
|
@ -153,8 +153,6 @@
|
||||||
# @time: time of nanoseconds, relative to the Epoch of 1970-01-01 in
|
# @time: time of nanoseconds, relative to the Epoch of 1970-01-01 in
|
||||||
# UTC.
|
# UTC.
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 1.5
|
# Since: 1.5
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-set-time',
|
{ 'command': 'guest-set-time',
|
||||||
|
@ -245,8 +243,6 @@
|
||||||
#
|
#
|
||||||
# @handle: filehandle returned by guest-file-open
|
# @handle: filehandle returned by guest-file-open
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 0.15.0
|
# Since: 0.15.0
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-file-close',
|
{ 'command': 'guest-file-close',
|
||||||
|
@ -399,8 +395,6 @@
|
||||||
#
|
#
|
||||||
# @handle: filehandle returned by guest-file-open
|
# @handle: filehandle returned by guest-file-open
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 0.15.0
|
# Since: 0.15.0
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-file-flush',
|
{ 'command': 'guest-file-flush',
|
||||||
|
@ -1077,8 +1071,6 @@
|
||||||
# transmission, even if already crypt()d, to ensure it is 8-bit safe
|
# transmission, even if already crypt()d, to ensure it is 8-bit safe
|
||||||
# when passed as JSON.
|
# when passed as JSON.
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 2.3
|
# Since: 2.3
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-set-user-password',
|
{ 'command': 'guest-set-user-password',
|
||||||
|
@ -1602,8 +1594,6 @@
|
||||||
#
|
#
|
||||||
# @reset: ignore the existing content, set it with the given keys only
|
# @reset: ignore the existing content, set it with the given keys only
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 5.2
|
# Since: 5.2
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-ssh-add-authorized-keys',
|
{ 'command': 'guest-ssh-add-authorized-keys',
|
||||||
|
@ -1622,8 +1612,6 @@
|
||||||
# @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
|
# @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
|
||||||
# format)
|
# format)
|
||||||
#
|
#
|
||||||
# Returns: Nothing on success.
|
|
||||||
#
|
|
||||||
# Since: 5.2
|
# Since: 5.2
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-ssh-remove-authorized-keys',
|
{ 'command': 'guest-ssh-remove-authorized-keys',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue