[glib] Fix references to nonexisting functions



commit 576839adbe9a72903fd435d24dbbb7826c691fcc
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed May 27 22:44:31 2009 -0400

    Fix references to nonexisting functions
---
 gio/gasyncinitable.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gio/gasyncinitable.c b/gio/gasyncinitable.c
index 9e04af3..e885693 100644
--- a/gio/gasyncinitable.c
+++ b/gio/gasyncinitable.c
@@ -42,9 +42,9 @@
  *
  * Users of objects implementing this are not intended to use the interface
  * method directly, instead it will be used automatically in various ways.
- * For C applications you generally just call g_async_initable_new() directly,
- * or indirectly via a foo_thing_new_async() wrapper. This will call
- * g_async_initable_init() under the cover, calling back with %NULL and
+ * For C applications you generally just call g_async_initable_new_async()
+ * directly, or indirectly via a foo_thing_new_async() wrapper. This will call
+ * g_async_initable_init_async() under the cover, calling back with %NULL and
  * a set %GError on failure.
  */
 



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