[couchdb-glib] Fixed docs generation with new object's names



commit 3dd79a76f03e71c7c49fe5ab9f961eaba8634f98
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Jan 26 17:52:13 2010 +0100

    Fixed docs generation with new object's names

 doc/reference/couchdb-glib-docs.sgml |    3 ++-
 doc/reference/couchdb-glib.types     |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/doc/reference/couchdb-glib-docs.sgml b/doc/reference/couchdb-glib-docs.sgml
index eaac9cb..69accde 100644
--- a/doc/reference/couchdb-glib-docs.sgml
+++ b/doc/reference/couchdb-glib-docs.sgml
@@ -8,7 +8,8 @@
 
   <chapter>
     <title>Core API</title>
-    <xi:include href="xml/couchdb.xml"/>
+    <xi:include href="xml/couchdb-session.xml"/>
+    <xi:include href="xml/couchdb-credentials.xml"/>
     <xi:include href="xml/couchdb-document.xml"/>
     <xi:include href="xml/couchdb-document-contact.xml"/>
     <xi:include href="xml/couchdb-document-info.xml"/>
diff --git a/doc/reference/couchdb-glib.types b/doc/reference/couchdb-glib.types
index 03af7d5..b1ae44c 100644
--- a/doc/reference/couchdb-glib.types
+++ b/doc/reference/couchdb-glib.types
@@ -1,6 +1,7 @@
-couchdb_get_type
+couchdb_credentials_get_type
 couchdb_database_info_get_type
 couchdb_document_get_type
 couchdb_document_info_get_type
+couchdb_session_get_type
 couchdb_struct_field_get_type
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]