[evolution-data-server/openismus-work-master] EBookClientCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g



commit 762e79932b3fc1b7908d5f9a2838b12e27b8c13e
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 5058c2f..c777a67 100644
--- a/addressbook/libebook/e-book-client-cursor.c
+++ b/addressbook/libebook/e-book-client-cursor.c
@@ -254,7 +254,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).
@@ -2447,7 +2447,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]