Virtual Method

EDataServerClientopen

deprecated: 3.8 since: 3.2

Declaration [src]

void
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.

Parameters

only_if_exists

Type: gboolean

This parameter is not used anymore.

cancellable

Type: GCancellable

A GCancellable; can be NULL.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

Callback to call when a result is ready.

user_data

Type: gpointer

User data for the callback.

The argument can be NULL.
The data is owned by the caller of the method.