main: Use public function in documentation

https://bugzilla.gnome.org/show_bug.cgi?id=651009
This commit is contained in:
David Schleef 2011-05-24 14:35:20 -07:00 committed by Matthias Clasen
parent 25440ce014
commit b92861b5a0

View File

@ -2170,7 +2170,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: