=?utf-8?q?=5Bglib/wip/doc-fixes=3A_19/33=5D_docs=3A_Fix_typo_GAsyncReady_?= =?utf-8?q?=E2=86=92_GAsyncResult?=



commit ddfbd2183cac9074415bfa441e94153e63e7af02
Author: David King <amigadave amigadave com>
Date:   Sun Feb 19 16:25:07 2012 +0000

    docs: Fix typo GAsyncReady â GAsyncResult
    
    Also GSimpleAsyncReady â GSimpleAsyncResult.

 gio/gasynchelper.c |    2 +-
 gio/gmount.c       |    4 ++--
 gio/gvolume.c      |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/gasynchelper.c b/gio/gasynchelper.c
index 4928115..34bba95 100644
--- a/gio/gasynchelper.c
+++ b/gio/gasynchelper.c
@@ -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.
  *
diff --git a/gio/gmount.c b/gio/gmount.c
index 88a723d..62c52cc 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -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
diff --git a/gio/gvolume.c b/gio/gvolume.c
index ce5fc03..c633805 100644
--- a/gio/gvolume.c
+++ b/gio/gvolume.c
@@ -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. 
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]