[evolution-data-server/october-code-drop-post-api-change: 36/39] Removed E_CLIENT_ERROR_END_OF_LIST
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/october-code-drop-post-api-change: 36/39] Removed E_CLIENT_ERROR_END_OF_LIST
- Date: Sat, 26 Oct 2013 20:57:25 +0000 (UTC)
commit 32440474e3c8dc81c45396747ac2b0360b301af1
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Wed Oct 23 00:18:48 2013 +0200
Removed E_CLIENT_ERROR_END_OF_LIST
The existing E_CLIENT_ERROR_QUERY_REFUSED will fit nicely already.
libedataserver/e-client.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 78719f8..69638b4 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -149,8 +149,7 @@ typedef enum {
E_CLIENT_ERROR_DBUS_ERROR,
E_CLIENT_ERROR_OTHER_ERROR,
E_CLIENT_ERROR_NOT_OPENED,
- E_CLIENT_ERROR_OUT_OF_SYNC,
- E_CLIENT_ERROR_END_OF_LIST
+ E_CLIENT_ERROR_OUT_OF_SYNC
} EClientError;
const gchar * e_client_error_to_string (EClientError code);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]