[evolution-data-server/october-code-drop-post-api-change: 31/39] EBookClientCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/october-code-drop-post-api-change: 31/39] EBookClientCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g
- Date: Sat, 26 Oct 2013 20:57:00 +0000 (UTC)
commit 237765a6e1063fec4569bb7bb732f06d0182711b
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Wed Oct 23 00:16:38 2013 +0200
EBookClientCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g
addressbook/libebook/e-book-client-cursor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-book-client-cursor.c b/addressbook/libebook/e-book-client-cursor.c
index c3c9ede..1f64c6d 100644
--- a/addressbook/libebook/e-book-client-cursor.c
+++ b/addressbook/libebook/e-book-client-cursor.c
@@ -255,7 +255,7 @@
* handle_out_of_sync_condition (cursor);
* else if (g_error_matches (error,
* E_CLIENT_ERROR,
- * E_CLIENT_ERROR_END_OF_LIST))
+ * E_CLIENT_ERROR_QUERY_REFUSED))
* // We asked for 10 contacts but were already positioned
* // at the end of the list (or we asked for -10 contacts
* // and were positioned at the beginning).
@@ -2459,7 +2459,7 @@ e_book_client_cursor_step_finish (EBookClientCursor *cursor,
* return no results if the cursor currently points to the last contact.
* Reaching the end of the list is not considered an error condition. Attempts
* to step beyond the end of the list after having reached the end of the list
- * will however trigger an %E_CLIENT_ERROR_END_OF_LIST error.
+ * will however trigger an %E_CLIENT_ERROR_QUERY_REFUSED error.
*
* If %E_BOOK_CURSOR_STEP_FETCH is specified in %flags, a pointer to
* a %NULL #GSList pointer should be provided for the @results parameter.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]