diff --git a/doc/en/Gdk/Display.xml b/doc/en/Gdk/Display.xml
index 88fad44d5..e8c965d6a 100644
--- a/doc/en/Gdk/Display.xml
+++ b/doc/en/Gdk/Display.xml
@@ -754,5 +754,18 @@
+
+
+ Property
+
+ System.Boolean
+
+
+ Indicates if Compositing is supported.
+ If compositing is supported, , otherwise .
+
+
+
+
diff --git a/doc/en/Gdk/EventHelper.xml b/doc/en/Gdk/EventHelper.xml
index b74510022..ba19c58b9 100644
--- a/doc/en/Gdk/EventHelper.xml
+++ b/doc/en/Gdk/EventHelper.xml
@@ -325,5 +325,21 @@ This could be used for communicating between different applications, though the
Returns the native value for .
+
+
+ Method
+
+ System.Void
+
+
+
+
+
+ A MotionNotify event.
+ Requests additional motion notify events.
+
+
+
+
diff --git a/doc/en/Gdk/Keymap.xml b/doc/en/Gdk/Keymap.xml
index 57b2955fe..b2d867f90 100644
--- a/doc/en/Gdk/Keymap.xml
+++ b/doc/en/Gdk/Keymap.xml
@@ -274,5 +274,19 @@
+
+
+ Method
+
+ System.Boolean
+
+
+
+ Requests Bidi layout status.
+ If , bi-directional layout is in use.
+ To be added.
+
+
+
diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml
index 25dc68194..dd3fbab69 100644
--- a/doc/en/Gdk/Pixbuf.xml
+++ b/doc/en/Gdk/Pixbuf.xml
@@ -1882,5 +1882,19 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
To be added.
+
+
+ Method
+
+ Gdk.Pixbuf
+
+
+
+ Applies an embedded orientation transform.
+ Returns a new pixbuf, or the existing one if no transform exists.
+
+
+
+
diff --git a/doc/en/Gdk/Spawn.xml b/doc/en/Gdk/Spawn.xml
index c1411c0f6..ff6f1d2ab 100644
--- a/doc/en/Gdk/Spawn.xml
+++ b/doc/en/Gdk/Spawn.xml
@@ -7,8 +7,8 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- To be added
- To be added
+ Process spawning methods
+
@@ -27,11 +27,11 @@
- To be added
+ Spawns a process on a Screen using a commandline string.
a
a a
- To be added
+
@@ -40,8 +40,72 @@
- To be added
- To be added
+ Do not use.
+ No instance methods exist.
+
+
+
+
+ Method
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+ A screen to spawn on.
+ The process working directory.
+ Argument list, with program at index 0.
+ List of environment variables.
+ Spawning flags.
+ Child setup callback.
+ Returns the child process id.
+ Spawns a process on a screen using argument and environment lists.
+ If , the process was spawned successfully.
+
+
+
+
+
+
+ Method
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A screen to spawn on.
+ The process working directory.
+ Argument list, with program at index 0.
+ List of environment variables.
+ Spawning flags.
+ Child setup callback.
+ Returns the child process id.
+ Returns a stdin pipe.
+ Returns a stdout pipe.
+ Returns a stderr pipe.
+ Spawns a process on a screen using argument and environment lists.
+ If , the process was spawned successfully.
+
+
diff --git a/doc/en/Gdk/Threads.xml b/doc/en/Gdk/Threads.xml
index ef8619d52..9a5a18254 100644
--- a/doc/en/Gdk/Threads.xml
+++ b/doc/en/Gdk/Threads.xml
@@ -88,7 +88,47 @@ static void Main (string[] args)
The default constructor.
- To be added
+
+
+
+
+
+ Method
+
+ System.UInt32
+
+
+
+
+
+
+ Priority value for handler.
+ Idle callback.
+ Adds an idle handler.
+ A source id.
+
+
+
+
+
+
+ Method
+
+ System.UInt32
+
+
+
+
+
+
+
+ Priority value for handler.
+ Timeout interval.
+ Timeout callback.
+ Adds a timeout handler.
+ A source id.
+
+
diff --git a/doc/en/Gdk/Window.xml b/doc/en/Gdk/Window.xml
index 3b2c7116b..15ed57fe6 100644
--- a/doc/en/Gdk/Window.xml
+++ b/doc/en/Gdk/Window.xml
@@ -2093,5 +2093,57 @@ The color must be allocated;
+
+
+ Method
+
+ System.Void
+
+
+
+ Emits a short beep.
+
+
+
+
+
+
+ Property
+
+ System.Boolean
+
+
+ Sets Composited indicator of window.
+ If window is composited.
+ Composited windows are not automatically drawn to the screen, but are instead rendered to an offscreen buffer and an expose event is sent to the window's parent.
+
+
+
+
+
+ Property
+
+ System.Double
+
+
+ Opacity Property.
+ A double between 0 and 1.
+
+
+
+
+
+
+ Property
+
+ System.String
+
+
+ Startup notification ID.
+ A string.
+ When using Gtk, consider using instead.
+
+
+
diff --git a/doc/en/Gdk/WindowAttr.xml b/doc/en/Gdk/WindowAttr.xml
index 686bb1ad1..633606e00 100644
--- a/doc/en/Gdk/WindowAttr.xml
+++ b/doc/en/Gdk/WindowAttr.xml
@@ -293,5 +293,17 @@
+
+
+ Field
+
+ Gdk.WindowTypeHint
+
+
+ Type Hints for the window.
+
+
+
+
diff --git a/doc/en/Gdk/WindowAttributesType.xml b/doc/en/Gdk/WindowAttributesType.xml
index f2139ca78..25d4907c5 100644
--- a/doc/en/Gdk/WindowAttributesType.xml
+++ b/doc/en/Gdk/WindowAttributesType.xml
@@ -127,5 +127,16 @@
+
+
+ Field
+
+ Gdk.WindowAttributesType
+
+
+ Honor the TypeHint field.
+
+
+