docs: Fix typo GAsyncReady → GAsyncResult
authorDavid King <amigadave@amigadave.com>
Sun, 19 Feb 2012 16:25:07 +0000 (16:25 +0000)
committerRyan Lortie <desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:54 +0000 (01:10 +0100)
Also GSimpleAsyncReady → GSimpleAsyncResult.

gio/gasynchelper.c
gio/gmount.c
gio/gvolume.c

index 4928115..34bba95 100644 (file)
@@ -29,7 +29,7 @@
  * SECTION:gasynchelper
  * @short_description: Asynchronous Helper Functions
  * @include: gio/gio.h
- * @see_also: #GAsyncReady
+ * @see_also: #GAsyncResult
  * 
  * Provides helper functions for asynchronous operations.
  *
index c32ac99..3249123 100644 (file)
@@ -50,8 +50,8 @@
  * might not be related to a volume object.
  * 
  * Unmounting a #GMount instance is an asynchronous operation. For
- * more information about asynchronous operations, see #GAsyncReady
- * and #GSimpleAsyncReady. To unmount a #GMount instance, first call
+ * more information about asynchronous operations, see #GAsyncResult
+ * and #GSimpleAsyncResult. To unmount a #GMount instance, first call
  * g_mount_unmount_with_operation() with (at least) the #GMount instance and a
  * #GAsyncReadyCallback.  The callback will be fired when the
  * operation has resolved (either with success or failure), and a
index c6c8b84..d932d08 100644 (file)
@@ -40,8 +40,8 @@
  * equivalent of #GnomeVFSDrive.
  *
  * Mounting a #GVolume instance is an asynchronous operation. For more
- * information about asynchronous operations, see #GAsyncReady and
- * #GSimpleAsyncReady. To mount a #GVolume, first call
+ * information about asynchronous operations, see #GAsyncResult and
+ * #GSimpleAsyncResult. To mount a #GVolume, first call
  * g_volume_mount() with (at least) the #GVolume instance, optionally
  * a #GMountOperation object and a #GAsyncReadyCallback. 
  *