1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

docs: refer to the correct event ID for DomainEventIOErrorReasonCallback

s/_ID_IO_ERROR/_ID_IO_ERROR_REASON/
This commit is contained in:
Claudio Bley 2014-01-22 08:51:17 +01:00
parent b5bac8d059
commit 2a27d6a4f2

View File

@ -4664,7 +4664,7 @@ typedef void (*virConnectDomainEventIOErrorCallback)(virConnectPtr conn,
* @opaque: application specified data
*
* The callback signature to use when registering for an event of type
* VIR_DOMAIN_EVENT_ID_IO_ERROR with virConnectDomainEventRegisterAny()
* VIR_DOMAIN_EVENT_ID_IO_ERROR_REASON with virConnectDomainEventRegisterAny()
*
*/
typedef void (*virConnectDomainEventIOErrorReasonCallback)(virConnectPtr conn,