mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
libvirt-domain.c: Fix typo in virDomainAttachDevice doc
In the documentation to virDomainAttachDevice() we refer to a non-existent virDomainUpdateDeviceFlag() function. The correct name is virDomainUpdateDeviceFlags(). Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
05e71df9f3
commit
4c910519c5
@ -8309,7 +8309,7 @@ virDomainGetMetadata(virDomainPtr domain,
|
||||
*
|
||||
* For compatibility, this method can also be used to change the media
|
||||
* in an existing CDROM/Floppy device, however, applications are
|
||||
* recommended to use the virDomainUpdateDeviceFlag method instead.
|
||||
* recommended to use the virDomainUpdateDeviceFlags method instead.
|
||||
*
|
||||
* Be aware that hotplug changes might not persist across a domain going
|
||||
* into S4 state (also known as hibernation) unless you also modify the
|
||||
|
Loading…
Reference in New Issue
Block a user