Service.deleteItemDbusPath

Delete a secret item from the secret service.

The item is represented by its D-Bus object path. If you already have a #SecretItem proxy objects, use use secret_item_delete() instead.

This method will return immediately and complete asynchronously.

class Service
void
deleteItemDbusPath
(
string itemPath
,
Cancellable cancellable
,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

itemPath string

the D-Bus path of item to delete

cancellable Cancellable

optional cancellation object

callback GAsyncReadyCallback

called when the operation completes

userData void*

data to be passed to the callback

Meta