From bd0222a8e49068fbc2f8d1d5bda3399b9acc2040 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 12 Jan 2005 19:30:23 +0000 Subject: [PATCH] Typo fixes from Alp Toker svn path=/trunk/gtk-sharp/; revision=38807 --- doc/en/Gtk/Application.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml index ad4d71f2a..dbd3f85e4 100644 --- a/doc/en/Gtk/Application.xml +++ b/doc/en/Gtk/Application.xml @@ -77,10 +77,10 @@ public class HelloWorld { - Runs a single iteration of the mainloop. + Runs a single iteration of the main loop. - Runs a single iteration of the mainloop. If no events are + Runs a single iteration of the main loop. If no events are waiting to be processed Gtk# will block until the next event is noticed. If you do not want to block look at or check if any events are pending with first. @@ -241,11 +241,11 @@ void LongComputation () - Runs a single iteration of the mainloop. + Runs a single iteration of the main loop. A boolean value, whether the iteration should block or not - Runs a single iteration of the mainloop. If is , then if no events are + Runs a single iteration of the main loop. If is , then if no events are waiting to be processed Gtk# will block until the next event is noticed; If is , then it if no events are waiting to be processed Gtk#, routine will return immediately.