From: Claudio Bley Date: Wed, 22 Jan 2014 07:51:17 +0000 (+0100) Subject: docs: refer to the correct event ID for DomainEventIOErrorReasonCallback X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2a27d6a4f2c85b4a8dca2135dbf6a6d581fbcff4;p=libvirt.git docs: refer to the correct event ID for DomainEventIOErrorReasonCallback s/_ID_IO_ERROR/_ID_IO_ERROR_REASON/ --- diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index a448411927..47a896b1f6 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -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,