diff --git a/doc/en/Gda/Config.xml b/doc/en/Gda/Config.xml
index 184aa276d..0e0955342 100644
--- a/doc/en/Gda/Config.xml
+++ b/doc/en/Gda/Config.xml
@@ -10,7 +10,11 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- To be added
+
+
+ The functions in this section allow applications an easy access to the libgda configuration, thus making them able to access the list of data sources configured in the system, for instance.
+
+ To be added
@@ -29,7 +33,11 @@
- To be added
+
+
+Gets a string representing the type of the value of the given key.
+
+
a a To be added
@@ -76,7 +84,11 @@
- To be added
+
+
+Returns a GList containing the names of all the sections available under the given root directory.
+
+
a a To be added
@@ -108,7 +120,11 @@
- To be added
+
+
+Sets the given configuration entry to contain an integer.
+
+
a
a To be added
@@ -140,9 +156,17 @@
- To be added
+
+
+Removes the given entry from the configuration database.
+
+
a
- To be added
+
+
+If the section is empty, also remove the section.
+
+
@@ -155,7 +179,11 @@
- To be added
+
+
+Removes the given section from the configuration database.
+
+
a To be added
@@ -171,7 +199,11 @@
- To be added
+
+
+Sets the given configuration entry to contain a boolean.
+
+
a
a To be added
@@ -227,7 +259,11 @@
- To be added
+
+
+Removes a configuration listener previously installed, given its ID.
+
+
a To be added
@@ -242,7 +278,11 @@
- To be added
+
+
+Returns a list of all keys that exist under the given path.
+
+
a a To be added
@@ -258,7 +298,11 @@
- To be added
+
+
+Gets the value of the specified configuration entry as a float.
+
+
a a To be added
@@ -274,7 +318,11 @@
- To be added
+
+
+Gets the value of the specified configuration entry as a float.
+
+
a a To be added
@@ -305,7 +353,11 @@
- To be added
+
+
+Checks whether the given section exists in the configuration system.
+
+
a a To be added
@@ -353,7 +405,11 @@
- To be added
+
+
+Installs a configuration listener, which is a callback function which will be called every time a change occurs on a given configuration entry.
+
+
a
a a
@@ -371,7 +427,11 @@
- To be added
+
+
+Sets the given configuration entry to contain a float.
+
+
a
a To be added
@@ -387,7 +447,11 @@
- To be added
+
+
+Gets the value of the specified configuration entry as an integer.
+
+
a a To be added
@@ -403,7 +467,11 @@
- To be added
+
+
+Checks whether the given key exists in the configuration system.
+
+
a a To be added
@@ -435,7 +503,11 @@
- To be added
+
+
+Sets the given configuration entry to contain a string.
+
+
a
a To be added
@@ -466,7 +538,11 @@
- To be added
+
+
+Gets the value of the specified configuration entry as a string.
+
+
a a To be added
diff --git a/doc/en/Gda/Table.xml b/doc/en/Gda/Table.xml
index 54f560c5e..cf30ce274 100644
--- a/doc/en/Gda/Table.xml
+++ b/doc/en/Gda/Table.xml
@@ -10,7 +10,11 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- To be added
+
+
+An in-memory representation of a database table.
+
+ To be added
@@ -48,7 +52,11 @@
- To be added
+
+
+Adds data in the table from the given model.
+
+
a To be added
@@ -63,7 +71,11 @@
- To be added
+
+
+Adds a field to the Table.
+
+
a To be added
@@ -91,9 +103,13 @@
To be added
- a
+ a Name for your new table.
a
- To be added
+
+
+It is mainly used by the GdaXmlDatabase class, but you can also use it in your applications for whatever you may need it.
+
+
@@ -111,7 +127,14 @@
a
a a
- To be added
+
+
+This is very useful to maintain an in-memory copy of a given recordset obtained from a database.
+
+
+This is also used when exporting data to a GdaXmlDatabase object.
+
+
@@ -122,7 +145,11 @@
- To be added
+
+
+Gets / Sets the name of the given Table.
+
+ a To be added
diff --git a/doc/en/Gda/Transaction.xml b/doc/en/Gda/Transaction.xml
index aaf2668c7..8dd64460b 100644
--- a/doc/en/Gda/Transaction.xml
+++ b/doc/en/Gda/Transaction.xml
@@ -10,7 +10,11 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- To be added
+
+
+Management of transactions.
+
+ To be added
@@ -60,7 +64,11 @@
- To be added
+
+
+Construct this object, which allows a fine-tune and full control of transactions to be used with providers.
+
+
a a To be added
@@ -74,9 +82,17 @@
- To be added
+
+
+Gets / Sets the name of the given transaction.
+
+ a
- To be added
+
+
+This is very useful when using providers that support named transactions.
+
+
@@ -87,9 +103,17 @@
- To be added
+
+
+Gets / Sets the isolation level for the given transaction.
+
+ a
- To be added
+
+
+This specifies the locking behavior for the database connection during the given transaction.
+
+