Method
EDataServerClientopen
deprecated: 3.8 since: 3.2
Declaration [src]
void
e_client_open (
EClient* client,
gboolean only_if_exists,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Opens the client, making it ready for queries and other operations.
The call is finished by e_client_open_finish() from the callback.
Available since: 3.2
Deprecated since: 3.8
Use e_book_client_connect() and
e_book_client_connect_finish() or
e_cal_client_connect() and
e_cal_client_connect_finish() instead.
This method completes asynchronously. Use e_client_open_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
only_if_exists-
Type:
gbooleanThis parameter is not used anymore.
cancellable-
Type:
GCancellableA
GCancellable; can beNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackCallback to call when a result is ready.
The argument can be NULL. user_data-
Type:
gpointerUser data for the
callback.The argument can be NULL.The data is owned by the caller of the method.