Method
EDataServerSourceremote_create
since: 3.6
Declaration [src]
void
e_source_remote_create (
ESource* source,
ESource* scratch_source,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously creates a new remote resource by picking out relevant
details from scratch_source. The scratch_source must be an ESource
with no GDBusObject. The source must be ESource:remote-creatable.
The details required to create the resource vary by ECollectionBackend,
but in most cases the scratch_source need only define the resource type
(address book, calendar, etc.), a display name for the resource, and
possibly a server-side path or ID for the resource.
When the operation is finished, callback will be called. You can then call e_source_remote_create_finish() to get the result of the operation.
Available since: 3.6
This method completes asynchronously. Use e_source_remote_create_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
scratch_source-
Type:
ESourceAn
ESourcedescribing the resource to create.The data is owned by the caller of the method. cancellable-
Type:
GCancellableOptional
GCancellableobject, orNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto call when the request is satisfied.The argument can be NULL. user_data-
Type:
gpointerData to pass to the callback function.
The argument can be NULL.The data is owned by the caller of the method.