]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libvirt.h.in: fix documentation for virConnectDomainEventBlockJobCallback
authorClaudio Bley <cbley@av-test.de>
Wed, 30 Jan 2013 07:38:25 +0000 (08:38 +0100)
committerClaudio Bley <cbley@av-test.de>
Fri, 1 Feb 2013 07:47:04 +0000 (08:47 +0100)
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.

include/libvirt/libvirt.h.in

index b3cd490a0a6b5ee11e4a27a6cef66a74b42774e7..08eab470d49096412758bb4f19a15a4839bece83 100644 (file)
@@ -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()