Virtual Method
EDataServerClientretrieve_capabilities
deprecated: 3.8 since: 3.2
Declaration [src]
void
retrieve_capabilities (
EClient* client,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Initiates retrieval of capabilities on the client. This is usually
required only once, after the client is opened. The returned value
is cached and any subsequent call of e_client_get_capabilities() and
e_client_check_capability() is using the cached value.
The call is finished by e_client_retrieve_capabilities_finish()
from the callback.
Available since: 3.2
Deprecated since: 3.8
Use e_client_get_capabilities() instead.
Parameters
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.
user_data-
Type:
gpointerUser data for the
callback.The argument can be NULL.The data is owned by the caller of the method.