[glib/glib-2-28] main: Use public function in documentation



commit 6f64843d5e9a3c9262889be502320be8dcc36228
Author: David Schleef <ds schleef org>
Date:   Tue May 24 14:35:20 2011 -0700

    main: Use public function in documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651009

 glib/gmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index d4f393e..38172ed 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -2133,7 +2133,7 @@ get_dispatch (void)
  *  That is, when called from the toplevel, it gives 0. When
  * called from within a callback from g_main_context_iteration()
  * (or g_main_loop_run(), etc.) it returns 1. When called from within 
- * a callback to a recursive call to g_main_context_iterate(),
+ * a callback to a recursive call to g_main_context_iteration(),
  * it returns 2. And so forth.
  *
  * This function is useful in a situation like the following:



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