[glib] Fix error in GSimpleAsyncResult example
- From: Emilio Pozuelo Monfort <epm src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib] Fix error in GSimpleAsyncResult example
 
- Date: Tue,  7 Dec 2010 18:28:48 +0000 (UTC)
 
commit 85adbc99bfa079df777ca148884e52fead3bfe7b
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Tue Dec 7 17:45:06 2010 +0100
    Fix error in GSimpleAsyncResult example
 gio/gsimpleasyncresult.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c
index 2166bea..db44600 100644
--- a/gio/gsimpleasyncresult.c
+++ b/gio/gsimpleasyncresult.c
@@ -187,7 +187,7 @@
  *       return;
  *     }
  *
- *   _baker_prepare_cake (self, radius, baked_cb, user_data);
+ *   _baker_prepare_cake (self, radius, baked_cb, simple);
  * }
  *
  * Cake *
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]