Evolution API Reference: libebook, the Addressbook Library | ||||
---|---|---|---|---|
#define E_BOOK_ERROR GQuark e_book_error_quark (void); enum EBookStatus; enum EBookViewStatus; enum EBookChangeType; EBookChange;
#define E_BOOK_ERROR e_book_error_quark()
Error domain for EBook. See GError for more information.
GQuark e_book_error_quark (void);
The implementation of the E_BOOK_ERROR error domain. See GError for more information.
Returns : | the associated GQuark |
typedef enum { E_BOOK_ERROR_OK, E_BOOK_ERROR_INVALID_ARG, E_BOOK_ERROR_BUSY, E_BOOK_ERROR_REPOSITORY_OFFLINE, E_BOOK_ERROR_NO_SUCH_BOOK, E_BOOK_ERROR_NO_SELF_CONTACT, E_BOOK_ERROR_SOURCE_NOT_LOADED, E_BOOK_ERROR_SOURCE_ALREADY_LOADED, E_BOOK_ERROR_PERMISSION_DENIED, E_BOOK_ERROR_CONTACT_NOT_FOUND, E_BOOK_ERROR_CONTACT_ID_ALREADY_EXISTS, E_BOOK_ERROR_PROTOCOL_NOT_SUPPORTED, E_BOOK_ERROR_CANCELLED, E_BOOK_ERROR_COULD_NOT_CANCEL, E_BOOK_ERROR_AUTHENTICATION_FAILED, E_BOOK_ERROR_AUTHENTICATION_REQUIRED, E_BOOK_ERROR_TLS_NOT_AVAILABLE, E_BOOK_ERROR_CORBA_EXCEPTION, E_BOOK_ERROR_NO_SUCH_SOURCE, E_BOOK_ERROR_OFFLINE_UNAVAILABLE, E_BOOK_ERROR_OTHER_ERROR, E_BOOK_ERROR_INVALID_SERVER_VERSION, E_BOOK_ERROR_NO_SPACE, E_BOOK_ERROR_INVALID_FIELD, E_BOOK_ERROR_METHOD_NOT_SUPPORTED, } EBookStatus;
The final status of the corresponding EBook operation.
typedef enum { E_BOOK_VIEW_STATUS_OK, E_BOOK_VIEW_STATUS_TIME_LIMIT_EXCEEDED, E_BOOK_VIEW_STATUS_SIZE_LIMIT_EXCEEDED, E_BOOK_VIEW_ERROR_INVALID_QUERY, E_BOOK_VIEW_ERROR_QUERY_REFUSED, E_BOOK_VIEW_ERROR_OTHER_ERROR } EBookViewStatus;
The final status of the corresponding EBookView operation.
typedef enum { E_BOOK_CHANGE_CARD_ADDED, E_BOOK_CHANGE_CARD_DELETED, E_BOOK_CHANGE_CARD_MODIFIED } EBookChangeType;