diff --git a/doc/en/Gtk/Application.xml b/doc/en/Gtk/Application.xml
index fdae486ea..a3b3e5ded 100644
--- a/doc/en/Gtk/Application.xml
+++ b/doc/en/Gtk/Application.xml
@@ -215,21 +215,30 @@
To be added
-
-
- Method
-
- System.Boolean
-
-
-
-
-
- To be added
- To be added: an object of type 'bool'
- To be added: an object of type 'bool'
- To be added
-
-
+
+
+ Method
+
+ System.Boolean
+
+
+
+
+
+
+ A boolean value, whether the iteration should block or not
+
+
+ Runs a single iteration of the mainloop. If is true, then if no events are
+ waiting to be processed GTK+ will block until the next
+ event is noticed; If is false,
+ then it if no events are waiting to be processed Gtk+ the
+ routine will return immediately.
+
+
+
+
+
+
\ No newline at end of file