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 client‘s 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:
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.