diff options
| author | Paul Bolle <pebolle@tiscali.nl> | 2010-04-08 11:52:25 +0200 |
|---|---|---|
| committer | Paul Bolle <pebolle@tiscali.nl> | 2010-04-08 12:07:07 +0200 |
| commit | e9f7fd414e94595e40eb1ba0fc471ca69136d82f (patch) | |
| tree | 01773f6482be24e79d6d3afb970b14e3e3cec1f0 /docs/reference/pygio-mount.xml | |
| parent | 4cbd9941c5705970a9f7a429e236e1203d3155a1 (diff) | |
| download | pygobject-e9f7fd414e94595e40eb1ba0fc471ca69136d82f.tar.gz pygobject-e9f7fd414e94595e40eb1ba0fc471ca69136d82f.tar.xz pygobject-e9f7fd414e94595e40eb1ba0fc471ca69136d82f.zip | |
Docs: replace gio.IO_ERROR_* with gio.ERROR_*
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'docs/reference/pygio-mount.xml')
| -rw-r--r-- | docs/reference/pygio-mount.xml | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <para> If cancellable is not <literal>None</literal>, 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. </para> <para> When the operation is finished, callback will be called. You can then call @@ -541,7 +541,7 @@ The <methodname>guess_content_type_finish</methodname>() 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. </para> </refsect2> @@ -579,7 +579,7 @@ <para> If cancellable is not <literal>None</literal>, 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. </para> <para> This is an synchronous operation and as such may block doing IO; see @@ -690,7 +690,7 @@ <para> If cancellable is not <literal>None</literal>, 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. </para> <para> When the operation is finished, callback will be called. You can then call @@ -792,7 +792,7 @@ <para> If cancellable is not <literal>None</literal>, 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. </para> <para> When the operation is finished, callback will be called. You can then call |
