| Top |
| #define | E_BOOK_CLIENT_ERROR |
| enum | EBookClientViewFlags |
| enum | EBookClientError |
| enum | EDataBookStatus |
| enum | EBookViewStatus |
| enum | EBookChangeType |
| EBookChange | |
| enum | EBookIndexType |
const gchar *
e_book_client_error_to_string (EBookClientError code);
FIXME: Document me.
Since 3.2
GError * e_book_client_error_create (EBookClientError code,const gchar *custom_msg);
e_book_client_error_create has been deprecated since version 3.8 and should not be used in newly-written code.
Just use the GError API directly.
code |
an EBookClientError code to create |
|
custom_msg |
custom message to use for the error; can be |
a new GError containing an E_BOOK_CLIENT_ERROR of the given
code
. If the custom_msg
is NULL, then the error message is
the one returned from e_book_client_error_to_string() for the code
,
otherwise the given message is used.
Returned pointer should be freed with g_error_free().
Since 3.2
#define E_BOOK_CLIENT_ERROR e_book_client_error_quark ()
FIXME: Document me.
Since 3.2
Flags that control the behaviour of an EBookClientView.
|
Symbolic value for no flags |
||
|
If this flag is set then all contacts matching the view's query will
be sent as notifications when starting the view, otherwise only future
changes will be reported. The default for a EBookClientView is |
Since 3.4
The type of index defined by e_source_backend_summary_setup_set_indexed_fields()
|
An index suitable for searching contacts with a prefix pattern |
||
|
An index suitable for searching contacts with a suffix pattern |
||
|
An index suitable for searching contacts for phone numbers. that phone numbers must be convertible into FQTN according to E.164 to be stored in this index. The number "+9999999" for instance won't be stored because the country calling code "+999" currently is not assigned. |