AbortJob: Fix documentation

This API was never synchronous and probably doesn't even need to be.
This commit is contained in:
Michal Privoznik 2012-11-08 15:11:41 +01:00
parent ab5e7d4977
commit fd723164c7

View File

@ -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.
*/