Deprecated addressbook types

Deprecated addressbook types

Synopsis

#define             E_BOOK_ERROR
GQuark              e_book_error_quark                  (void);
enum                EBookStatus;
#define             E_BOOK_ERROR_CORBA_EXCEPTION

Description

Details

E_BOOK_ERROR

#define E_BOOK_ERROR e_book_error_quark()

Warning

E_BOOK_ERROR has been deprecated since version 3.2 and should not be used in newly-written code. Use EBookClient and it's error codes instead

Error domain for the deprecated EBook


e_book_error_quark ()

GQuark              e_book_error_quark                  (void);

Warning

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


enum EBookStatus

typedef enum {
} EBookStatus;

Warning

EBookStatus has been deprecated since version 3.2 and should not be used in newly-written code. Use EBookClient and it's error codes instead

Error codes for the E_BOOK_ERROR error


E_BOOK_ERROR_CORBA_EXCEPTION

#define E_BOOK_ERROR_CORBA_EXCEPTION E_BOOK_ERROR_DBUS_EXCEPTION

Warning

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

A deprecated EBookStatus

Deprecated