Method
ECalClientget_default_object
since: 3.2
Declaration [src]
void
e_cal_client_get_default_object (
ECalClient* client,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Retrives an ICalComponent from the backend that contains the default
values for properties needed. The call is finished by e_cal_client_get_default_object_finish() from the callback.
Available since: 3.2
This method completes asynchronously. Use e_cal_client_get_default_object_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
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.
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.