mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 12:41:29 +00:00
virConnectDomainEventRegisterAny: correct docs
The callback ID can be zero, not necessarily positive; correct the comment to reflect this. Signed-off-by: John Levon <levon@movementarian.org> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
cd7acb3323
commit
c1ae54ad2e
@ -9486,7 +9486,7 @@ virDomainMigrateStartPostCopy(virDomainPtr domain,
|
|||||||
* The reference can be released once the object is no longer required
|
* The reference can be released once the object is no longer required
|
||||||
* by calling virDomainFree().
|
* by calling virDomainFree().
|
||||||
*
|
*
|
||||||
* The return value from this method is a positive integer identifier
|
* The return value from this method is a non-negative integer identifier
|
||||||
* for the callback. To unregister a callback, this callback ID should
|
* for the callback. To unregister a callback, this callback ID should
|
||||||
* be passed to the virConnectDomainEventDeregisterAny() method.
|
* be passed to the virConnectDomainEventDeregisterAny() method.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user