mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
main: Use public function in documentation
https://bugzilla.gnome.org/show_bug.cgi?id=651009
This commit is contained in:
parent
25440ce014
commit
b92861b5a0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user