mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
conf: Fix documentation for virDomainDefGetShortName()
The @unique argument didn't exist even when the function was introduced in a042275a396e, and the @vm argument was not renamed when the function was changed to take a virDomainDef* instead of a virDomainObj* in 7ed6934f3b92. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
bf36dcb2a6
commit
5c0125b4f8
@ -30086,8 +30086,7 @@ virDomainDefHasMemballoon(const virDomainDef *def)
|
||||
|
||||
/**
|
||||
* virDomainDefGetShortName:
|
||||
* @vm: Machine for which to get a name
|
||||
* @unique: Make sure the name is unique (use id as well)
|
||||
* @def: domain definition
|
||||
*
|
||||
* Shorten domain name to avoid possible path length limitations.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user