summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristanvb@openismus.com>2013-10-19 20:03:54 +0200
committerTristan Van Berkom <tristanvb@openismus.com>2013-10-23 20:39:39 +0200
commite0cc4b07270348023104192db66545e104d94562 (patch)
tree42a71eda18d0162978f467b76ecbcd9a4dd6f23c /po/POTFILES.in
parentff553521883f7c11548152f6014ba79d81d29d0c (diff)
downloadevolution-data-server-e0cc4b07270348023104192db66545e104d94562.tar.gz
Added EDataBookCursor & EDataBookCursorSqlite
EDataBookCursor is an abstract class with the mid-level cursor APIs, it takes care of responding to D-Bus APIs and provides an API which can be used in Direct Read Access mode but does not implement the actual cursor state and navigation directly. EDataBookCursorSqlite is a cursor implementation which uses a EBookBackendSqliteDB cursor to implement the EDataBookCursor methods. This patch also adds the E_CLIENT_ERROR_END_OF_LIST error, intended to be a generic boundary error when a client api reaches the end of some list of data (this is used by the cursor API of course to report an error when trying to navigate the cursor outside of the list boundaries).
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 04d20cbc9..606fea1db 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -12,12 +12,15 @@ addressbook/libebook-contacts/e-contact.c
addressbook/libebook-contacts/e-phone-number.c
addressbook/libebook/e-book.c
addressbook/libebook/e-book-client.c
+addressbook/libebook/e-book-client-cursor.c
addressbook/libebook/e-book-client-view.c
addressbook/libebook/e-destination.c
addressbook/libedata-book/e-book-backend.c
addressbook/libedata-book/e-book-backend-sexp.c
addressbook/libedata-book/e-book-backend-sqlitedb.c
addressbook/libedata-book/e-data-book.c
+addressbook/libedata-book/e-data-book-cursor.c
+addressbook/libedata-book/e-data-book-cursor-sqlite.c
addressbook/libedata-book/e-data-book-factory.c
calendar/backends/caldav/e-cal-backend-caldav.c
calendar/backends/contacts/e-cal-backend-contacts.c