From: Claudio Bley Date: Wed, 30 Jan 2013 07:38:25 +0000 (+0100) Subject: libvirt.h.in: fix documentation for virConnectDomainEventBlockJobCallback X-Git-Tag: v1.0.3-rc1~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7defab6d7c90dd0d6ae1d252b2ac16826c3fe05;p=thirdparty%2Flibvirt.git libvirt.h.in: fix documentation for virConnectDomainEventBlockJobCallback In commit 3ac26e2645e6456389a918455213d7e3824f63f9 parameter "path" was renamed to "disk" but this change was not reflected in the documentation. Additionally, documentation of the "opaque" parameter was missing. --- diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index b3cd490a0a..08eab470d4 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -4359,9 +4359,10 @@ typedef enum { * virConnectDomainEventBlockJobCallback: * @conn: connection object * @dom: domain on which the event occurred - * @path: fully-qualified filename of the affected disk + * @disk: fully-qualified filename of the affected disk * @type: type of block job (virDomainBlockJobType) * @status: final status of the operation (virConnectDomainEventBlockJobStatus) + * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_BLOCK_JOB with virConnectDomainEventRegisterAny()