conf: Fix documentation for virDomainDefGetShortName()

The @unique argument didn't exist even when the function was
introduced in a042275a39, and the @vm argument was not renamed
when the function was changed to take a virDomainDef* instead of
a virDomainObj* in 7ed6934f3b.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-02-03 19:17:24 +01:00
parent bf36dcb2a6
commit 5c0125b4f8

View File

@ -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.
*/