Method

SecretServicedelete_item_dbus_path

Declaration [src]

void
secret_service_delete_item_dbus_path (
  SecretService* self,
  const gchar* item_path,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

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.

Stability:Unstable

Parameters

item_path const gchar*
 

The D-Bus path of item to delete.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
cancellable GCancellable*
 

Optional cancellation object.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Called when the operation completes.

user_data gpointer
 

Data to be passed to the callback.