Virtual Method
EDataServerClientremove
deprecated: 3.6 since: 3.2
Declaration [src]
void
remove (
EClient* client,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Removes the backing data for this EClient. For example, with the file
backend this deletes the database file. You cannot get it back!
The call is finished by e_client_remove_finish() from the callback.
Available since: 3.2
Deprecated since: 3.6
Use e_source_remove() 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.