From fd723164c7fbaad963c9af0d81228ab188095f51 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 8 Nov 2012 15:11:41 +0100 Subject: [PATCH] AbortJob: Fix documentation This API was never synchronous and probably doesn't even need to be. --- src/libvirt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index bcb8233e17..bdb1dc6a05 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -17182,8 +17182,7 @@ error: * @domain: a domain object * * Requests that the current background job be aborted at the - * soonest opportunity. This will block until the job has - * either completed, or aborted. + * soonest opportunity. * * Returns 0 in case of success and -1 in case of failure. */ -- GitLab