Collection.delet

Delete this collection.

This method returns immediately and completes asynchronously. The secret service may prompt the user. secret_service_prompt() will be used to handle any prompts that show up.

class Collection
void
delet
(
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to pass to the callback

Meta