e-book-types

e-book-types

Functions

Types and Values

Description

Functions

e_book_error_quark ()

GQuark
e_book_error_quark (void);

Types and Values

E_BOOK_ERROR

#define E_BOOK_ERROR e_book_error_quark()

enum EBookStatus

Members

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_DBUS_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_UNSUPPORTED_AUTHENTICATION_METHOD

   

E_BOOK_ERROR_NO_SPACE

   

E_BOOK_ERROR_NOT_SUPPORTED

   

E_BOOK_ERROR_CORBA_EXCEPTION

#define E_BOOK_ERROR_CORBA_EXCEPTION E_BOOK_ERROR_DBUS_EXCEPTION

E_BOOK_ERROR_CORBA_EXCEPTION is deprecated and should not be used in newly-written code.


enum EBookViewStatus

Members

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

   

enum EBookChangeType

Members

E_BOOK_CHANGE_CARD_ADDED

   

E_BOOK_CHANGE_CARD_DELETED

   

E_BOOK_CHANGE_CARD_MODIFIED

   

EBookChange

typedef struct {
	EBookChangeType  change_type;
	EContact        *contact;
} EBookChange;