[evolution-data-server/cursor-staging: 21/23] Added new cursor related APIs to the documentation build.



commit f640a1441978e4431f4bf917e1667c435c587784
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Sun Jun 9 19:25:51 2013 +0900

    Added new cursor related APIs to the documentation build.

 .../libebook-contacts-sections.txt                 |    2 +
 .../addressbook/libebook/libebook-docs.sgml        |    1 +
 .../addressbook/libebook/libebook-sections.txt     |   36 +++++++++++
 docs/reference/addressbook/libebook/libebook.types |    1 +
 .../libedata-book/libedata-book-docs.sgml          |    2 +
 .../libedata-book/libedata-book-sections.txt       |   66 ++++++++++++++++++++
 .../addressbook/libedata-book/libedata-book.types  |    2 +
 .../libedataserver/libedataserver-docs.sgml        |    1 +
 .../libedataserver/libedataserver-sections.txt     |   20 ++++++
 9 files changed, 131 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt 
b/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt
index 6412ffb..327eed9 100644
--- a/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt
+++ b/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt
@@ -16,6 +16,8 @@ EBookViewStatus
 EBookChangeType
 EBookChange
 EBookIndexType
+EBookSortType
+EBookCursorOrigin
 e_book_client_error_quark
 e_book_client_error_to_string
 e_book_client_error_create
diff --git a/docs/reference/addressbook/libebook/libebook-docs.sgml 
b/docs/reference/addressbook/libebook/libebook-docs.sgml
index 1f88fd6..027b0f5 100644
--- a/docs/reference/addressbook/libebook/libebook-docs.sgml
+++ b/docs/reference/addressbook/libebook/libebook-docs.sgml
@@ -12,6 +12,7 @@
     <title>Evolution-Data-Server Manual: Address Book Client (libebook)</title>
     <xi:include href="xml/e-book-client.xml"/>
     <xi:include href="xml/e-book-client-view.xml"/>
+    <xi:include href="xml/e-book-client-cursor.xml"/>
     <xi:include href="xml/e-book-types.xml"/>
     <xi:include href="xml/e-destination.xml"/>
   </chapter>
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt 
b/docs/reference/addressbook/libebook/libebook-sections.txt
index 9075713..1c48855 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -117,9 +117,12 @@ e_book_client_connect_sync
 e_book_client_connect
 e_book_client_connect_finish
 e_book_client_connect_direct_sync
+e_book_client_connect_direct
+e_book_client_connect_direct_finish
 e_book_client_get_self
 e_book_client_set_self
 e_book_client_is_self
+e_book_client_get_locale
 e_book_client_add_contact
 e_book_client_add_contact_finish
 e_book_client_add_contact_sync
@@ -153,6 +156,9 @@ e_book_client_get_contacts_uids_sync
 e_book_client_get_view
 e_book_client_get_view_finish
 e_book_client_get_view_sync
+e_book_client_get_cursor
+e_book_client_get_cursor_finish
+e_book_client_get_cursor_sync
 <SUBSECTION Deprecated>
 BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS
 e_book_client_new
@@ -171,6 +177,36 @@ e_book_client_error_quark
 </SECTION>
 
 <SECTION>
+<FILE>e-book-client-cursor</FILE>
+<TITLE>EBookClientCursor</TITLE>
+EBookClientCursor
+EBookClientCursorClass
+e_book_client_cursor_ref_client
+e_book_client_cursor_get_alphabet
+e_book_client_cursor_get_total
+e_book_client_cursor_get_position
+e_book_client_cursor_set_sexp
+e_book_client_cursor_set_sexp_finish
+e_book_client_cursor_set_sexp_sync
+e_book_client_cursor_move_by
+e_book_client_cursor_move_by_finish
+e_book_client_cursor_move_by_sync
+e_book_client_cursor_set_alphabetic_index
+e_book_client_cursor_set_alphabetic_index_finish
+e_book_client_cursor_set_alphabetic_index_sync
+e_book_client_cursor_get_contact_alpabetic_index
+<SUBSECTION Standard>
+EBookClientCursorPrivate
+E_BOOK_CLIENT_CURSOR
+E_BOOK_CLIENT_CURSOR_CLASS
+E_BOOK_CLIENT_CURSOR_GET_CLASS
+E_IS_BOOK_CLIENT_CURSOR
+E_IS_BOOK_CLIENT_CURSOR_CLASS
+E_TYPE_BOOK_CLIENT_CURSOR
+e_book_client_cursor_get_type
+</SECTION>
+
+<SECTION>
 <FILE>e-book-client-view</FILE>
 <TITLE>EBookClientView</TITLE>
 EBookClientView
diff --git a/docs/reference/addressbook/libebook/libebook.types 
b/docs/reference/addressbook/libebook/libebook.types
index 8af72dd..891effe 100644
--- a/docs/reference/addressbook/libebook/libebook.types
+++ b/docs/reference/addressbook/libebook/libebook.types
@@ -2,6 +2,7 @@
 
 e_book_get_type
 e_book_client_get_type
+e_book_client_cursor_get_type
 e_book_client_view_get_type
 e_book_view_get_type
 e_destination_get_type
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-docs.sgml 
b/docs/reference/addressbook/libedata-book/libedata-book-docs.sgml
index c851f38..46f37ff 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-docs.sgml
+++ b/docs/reference/addressbook/libedata-book/libedata-book-docs.sgml
@@ -19,6 +19,8 @@
     <xi:include href="xml/e-book-backend-summary.xml"/>
     <xi:include href="xml/e-data-book.xml"/>
     <xi:include href="xml/e-data-book-direct.xml"/>
+    <xi:include href="xml/e-data-book-cursor.xml"/>
+    <xi:include href="xml/e-data-book-cursor-sqlite.xml"/>
     <xi:include href="xml/e-data-book-factory.xml"/>
     <xi:include href="xml/e-data-book-view.xml"/>
     <xi:include href="xml/ximian-vcard.xml"/>
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt 
b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
index 0bf2a10..badd021 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
+++ b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
@@ -54,6 +54,10 @@ e_book_backend_notify_property_changed
 e_book_backend_sync
 e_book_backend_get_direct_book
 e_book_backend_configure_direct
+e_book_backend_set_locale
+e_book_backend_get_locale
+e_book_backend_create_cursor
+e_book_backend_delete_cursor
 <SUBSECTION Standard>
 E_BOOK_BACKEND
 E_IS_BOOK_BACKEND
@@ -176,6 +180,9 @@ e_book_backend_sqlitedb_get_is_populated
 e_book_backend_sqlitedb_set_is_populated
 e_book_backend_sqlitedb_get_revision
 e_book_backend_sqlitedb_set_revision
+e_book_backend_sqlitedb_get_locale
+e_book_backend_sqlitedb_set_locale
+e_book_backend_sqlitedb_ref_collator
 e_book_backend_sqlitedb_get_sync_data
 e_book_backend_sqlitedb_set_sync_data
 e_book_backend_sqlitedb_get_key_value
@@ -190,6 +197,15 @@ e_book_backend_sqlitedb_remove
 e_book_backend_sqlitedb_search_data_free
 e_book_backend_sqlitedb_check_summary_query
 e_book_backend_sqlitedb_check_summary_fields
+EbSdbCursor
+e_book_backend_sqlitedb_cursor_new
+e_book_backend_sqlitedb_cursor_free
+EbSdbCurorOrigin
+e_book_backend_sqlitedb_cursor_move_by
+e_book_backend_sqlitedb_cursor_set_target_alphabetic_index
+e_book_backend_sqlitedb_cursor_set_sexp
+e_book_backend_sqlitedb_cursor_calculate
+e_book_backend_sqlitedb_cursor_compare
 <SUBSECTION Deprecated>
 e_book_backend_sqlitedb_is_summary_query
 e_book_backend_sqlitedb_is_summary_fields
@@ -281,6 +297,56 @@ e_data_book_error_quark
 </SECTION>
 
 <SECTION>
+<FILE>e-data-book-cursor</FILE>
+<TITLE>EDataBookCursor</TITLE>
+EDataBookCursor
+EDataBookCursorClass
+EDataBookCursorSetSexpFunc
+EDataBookCursorMoveByFunc
+EDataBookCursorSetAlphabetIndexFunc
+EDataBookCursorGetPositionFunc
+EDataBookCursorCompareFunc
+EDataBookCursorLoadLocaleFunc
+e_data_book_cursor_get_backend
+e_data_book_cursor_get_total
+e_data_book_cursor_get_position
+e_data_book_cursor_set_sexp
+e_data_book_cursor_move_by
+e_data_book_cursor_set_alphabetic_index
+e_data_book_cursor_recalculate
+e_data_book_cursor_load_locale
+e_data_book_cursor_contact_added
+e_data_book_cursor_contact_removed
+e_data_book_cursor_register_gdbus_object
+<SUBSECTION Standard>
+EDataBookCursorPrivate
+E_DATA_BOOK_CURSOR
+E_DATA_BOOK_CURSOR_CLASS
+E_DATA_BOOK_CURSOR_GET_CLASS
+E_IS_DATA_BOOK_CURSOR
+E_IS_DATA_BOOK_CURSOR_CLASS
+E_TYPE_DATA_BOOK_CURSOR
+e_data_book_cursor_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-data-book-cursor-sqlite</FILE>
+<TITLE>EDataBookCursorSqlite</TITLE>
+EDataBookCursorSqlite
+EDataBookCursorSqliteClass
+e_data_book_cursor_sqlite_new
+<SUBSECTION Standard>
+EDataBookCursorSqlitePrivate
+E_DATA_BOOK_CURSOR_SQLITE
+E_DATA_BOOK_CURSOR_SQLITE_CLASS
+E_DATA_BOOK_CURSOR_SQLITE_GET_CLASS
+E_IS_DATA_BOOK_CURSOR_SQLITE
+E_IS_DATA_BOOK_CURSOR_SQLITE_CLASS
+E_TYPE_DATA_BOOK_CURSOR_SQLITE
+e_data_book_cursor_sqlite_get_type
+</SECTION>
+
+<SECTION>
 <FILE>e-data-book-direct</FILE>
 <TITLE>EDataBookDirect</TITLE>
 EDataBookDirect
diff --git a/docs/reference/addressbook/libedata-book/libedata-book.types 
b/docs/reference/addressbook/libedata-book/libedata-book.types
index 58d35ee..a502284 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book.types
+++ b/docs/reference/addressbook/libedata-book/libedata-book.types
@@ -6,5 +6,7 @@ e_book_backend_factory_get_type
 e_book_backend_sexp_get_type
 e_book_backend_summary_get_type
 e_data_book_get_type
+e_data_book_cursor_get_type
+e_data_book_cursor_sqlite_get_type
 e_data_book_direct_get_type
 e_data_book_view_get_type
diff --git a/docs/reference/libedataserver/libedataserver-docs.sgml 
b/docs/reference/libedataserver/libedataserver-docs.sgml
index ced1168..b2b1bd1 100644
--- a/docs/reference/libedataserver/libedataserver-docs.sgml
+++ b/docs/reference/libedataserver/libedataserver-docs.sgml
@@ -52,6 +52,7 @@
     <title>Miscellaneous Utilities</title>
     <xi:include href="xml/e-categories.xml"/>
     <xi:include href="xml/e-client.xml"/>
+    <xi:include href="xml/e-collator.xml"/>
     <xi:include href="xml/e-debug-log.xml"/>
     <xi:include href="xml/e-flag.xml"/>
     <xi:include href="xml/e-memory.xml"/>
diff --git a/docs/reference/libedataserver/libedataserver-sections.txt 
b/docs/reference/libedataserver/libedataserver-sections.txt
index 8353785..5236ac8 100644
--- a/docs/reference/libedataserver/libedataserver-sections.txt
+++ b/docs/reference/libedataserver/libedataserver-sections.txt
@@ -103,6 +103,26 @@ e_client_error_quark
 </SECTION>
 
 <SECTION>
+<FILE>e-collator</FILE>
+<TITLE>ECollator</TITLE>
+E_COLLATOR_ERROR
+ECollatorError
+e_collator_error_quark
+ECollator
+e_collator_new
+e_collator_ref
+e_collator_unref
+e_collator_generate_key
+e_collator_generate_key_for_index
+e_collator_collate
+e_collator_get_index_labels
+e_collator_get_index
+<SUBSECTION Standard>
+E_TYPE_COLLATOR
+e_collator_get_type
+</SECTION>
+
+<SECTION>
 <FILE>e-credentials</FILE>
 <TITLE>ECredentials</TITLE>
 ECredentials


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