Virtual Method

EDataServerClientget_backend_property

since: 3.2

Declaration [src]

void
get_backend_property (
  EClient* client,
  const gchar* prop_name,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Queries clients backend for a property of name prop_name. The call is finished by e_client_get_backend_property_finish() from the callback.

Available since: 3.2

Parameters

prop_name

Type: const gchar*

Property name, whose value to retrieve; cannot be NULL.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
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.