]> Pileus Git - ~andy/gtk/blobdiff - docs/faq/gtkfaq.sgml
s/gtk_main_iteration/g_main_iteration/
[~andy/gtk] / docs / faq / gtkfaq.sgml
index e5f0bdf42a97dee72714dcf4e82086bf04a7b900..198263fc04cbdbb4d6069368ccefb6c69db10f8d 100644 (file)
@@ -1617,7 +1617,7 @@ placed on a queue, which is processed within <tt/gtk_main()/. You can
 force the drawing queue to be processed using something like:
 
 <tscreen><verb>
-while (gtk_main_iteration(FALSE));
+while (g_main_iteration(FALSE));
 </verb></tscreen>
 
 inside you're function that changes the widget.