diff --git a/doc/en/Gdk/InputCondition.xml b/doc/en/Gdk/InputCondition.xml
index 9ec46701c..fee3c14ea 100644
--- a/doc/en/Gdk/InputCondition.xml
+++ b/doc/en/Gdk/InputCondition.xml
@@ -10,7 +10,7 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- A set of flags used to specify conditions for which an input callback will be triggered.
+ A set of flags used to specify conditions for which an input callback will be triggered.To be added
@@ -37,7 +37,7 @@
- To be added
+ The file descriptor has become available for reading. (Or, as is standard in Unix, a socket or pipe was closed at the other end; this is the case if a subsequent read on the file descriptor returns a count of zero.) To be added
@@ -49,7 +49,7 @@
- To be added
+ The file descriptor has become available for writing. To be added
@@ -61,7 +61,7 @@
- To be added
+ An exception was raised on the file descriptor. To be added
diff --git a/doc/en/Gdk/InputFunction.xml b/doc/en/Gdk/InputFunction.xml
index af1899e9e..da5dd543f 100644
--- a/doc/en/Gdk/InputFunction.xml
+++ b/doc/en/Gdk/InputFunction.xml
@@ -7,7 +7,7 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- To be added
+ Delegate to invoke when a condition becomes true on a file descriptor. To be added
diff --git a/doc/en/Gtk/Init.xml b/doc/en/Gtk/Init.xml
index a42a7b48b..cb3776782 100644
--- a/doc/en/Gtk/Init.xml
+++ b/doc/en/Gtk/Init.xml
@@ -29,7 +29,7 @@
- To be added
+ Registers a function to be called when the mainloop is started.
a To be added
@@ -56,11 +56,16 @@
- To be added
- a
+ Initializes Gtk# for operation, probes window system.
+ The number of if arguments. Changed if any arguments were handled.
a
- a
- To be added
+ True if the toolkit initialized correctly, false otherwise.
+ Aside from the arguments, this function behaves in the same way as . Br returning whether or not the toolkit initialized correctly, it allows the application to fall back to a non-GUI interface, should the developer be so inclined to write one.
+
+
+
+ In Gtk# 0.98, this function's second argument is of type , when it should be an "out String[]". Until corrected, this function shall not work as expected.
+
diff --git a/doc/en/Gtk/Input.xml b/doc/en/Gtk/Input.xml
index 3ab35ecc8..25386aeec 100644
--- a/doc/en/Gtk/Input.xml
+++ b/doc/en/Gtk/Input.xml
@@ -34,14 +34,14 @@
- To be added
- a
- a
- a
- a
- a
- a
- a
+ Registers a function to be called when a condition becomes true on a file descriptor.
+ an , a file descriptor.
+ an , the condition.
+ an , the function to call.
+ a , the marshaller to use instead of the function (if non-null).
+ a , callback data passed to the function.
+ a , the callback function to call with "data" when the input handler is removed, or null.
+ a , a unique id for the event source; to be used with . To be added
@@ -55,8 +55,8 @@
- To be added
- a
+ Removes the function with the given id.
+ a identifying the function to remove, provided by .
To be added