docs: Fix typo GAsyncReady → GAsyncResult

Also GSimpleAsyncReady → GSimpleAsyncResult.
This commit is contained in:
David King 2012-02-19 16:25:07 +00:00 committed by Ryan Lortie
parent 37fd4d86ab
commit 83392caa72
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
* SECTION:gasynchelper * SECTION:gasynchelper
* @short_description: Asynchronous Helper Functions * @short_description: Asynchronous Helper Functions
* @include: gio/gio.h * @include: gio/gio.h
* @see_also: #GAsyncReady * @see_also: #GAsyncResult
* *
* Provides helper functions for asynchronous operations. * Provides helper functions for asynchronous operations.
* *

View File

@ -50,8 +50,8 @@
* might not be related to a volume object. * might not be related to a volume object.
* *
* Unmounting a #GMount instance is an asynchronous operation. For * Unmounting a #GMount instance is an asynchronous operation. For
* more information about asynchronous operations, see #GAsyncReady * more information about asynchronous operations, see #GAsyncResult
* and #GSimpleAsyncReady. To unmount a #GMount instance, first call * and #GSimpleAsyncResult. To unmount a #GMount instance, first call
* g_mount_unmount_with_operation() with (at least) the #GMount instance and a * g_mount_unmount_with_operation() with (at least) the #GMount instance and a
* #GAsyncReadyCallback. The callback will be fired when the * #GAsyncReadyCallback. The callback will be fired when the
* operation has resolved (either with success or failure), and a * operation has resolved (either with success or failure), and a

View File

@ -40,8 +40,8 @@
* equivalent of #GnomeVFSDrive. * equivalent of #GnomeVFSDrive.
* *
* Mounting a #GVolume instance is an asynchronous operation. For more * Mounting a #GVolume instance is an asynchronous operation. For more
* information about asynchronous operations, see #GAsyncReady and * information about asynchronous operations, see #GAsyncResult and
* #GSimpleAsyncReady. To mount a #GVolume, first call * #GSimpleAsyncResult. To mount a #GVolume, first call
* g_volume_mount() with (at least) the #GVolume instance, optionally * g_volume_mount() with (at least) the #GVolume instance, optionally
* a #GMountOperation object and a #GAsyncReadyCallback. * a #GMountOperation object and a #GAsyncReadyCallback.
* *