From e9f7fd414e94595e40eb1ba0fc471ca69136d82f Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Thu, 8 Apr 2010 11:52:25 +0200 Subject: Docs: replace gio.IO_ERROR_* with gio.ERROR_* Signed-off-by: Paul Bolle --- docs/reference/pygio-mount.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/reference/pygio-mount.xml') diff --git a/docs/reference/pygio-mount.xml b/docs/reference/pygio-mount.xml index f4b1c99..aa635d4 100644 --- a/docs/reference/pygio-mount.xml +++ b/docs/reference/pygio-mount.xml @@ -507,7 +507,7 @@ If cancellable is not None, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, - the error gio.IO_ERROR_CANCELLED will be returned. + the error gio.ERROR_CANCELLED will be returned. When the operation is finished, callback will be called. You can then call @@ -541,7 +541,7 @@ The guess_content_type_finish() method finishes guessing content types of mount. If any errors occured during the operation, error will be set to contain the errors and FALSE will be returned. In particular, you may get an - gio.IO_ERROR_NOT_SUPPORTED if the mount does not support content guessing. + gio.ERROR_NOT_SUPPORTED if the mount does not support content guessing. @@ -579,7 +579,7 @@ If cancellable is not None, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, - the error gio.IO_ERROR_CANCELLED will be returned. + the error gio.ERROR_CANCELLED will be returned. This is an synchronous operation and as such may block doing IO; see @@ -690,7 +690,7 @@ If cancellable is not None, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, - the error gio.IO_ERROR_CANCELLED will be returned. + the error gio.ERROR_CANCELLED will be returned. When the operation is finished, callback will be called. You can then call @@ -792,7 +792,7 @@ If cancellable is not None, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, - the error gio.IO_ERROR_CANCELLED will be returned. + the error gio.ERROR_CANCELLED will be returned. When the operation is finished, callback will be called. You can then call -- cgit