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.