Method

SecretServicedelete_item_dbus_path_finish

Declaration [src]

gboolean
secret_service_delete_item_dbus_path_finish (
  SecretService* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Complete an asynchronous operation to delete a secret item from the secret service.

Stability:Unstable
This method is not directly available to language bindings.

Parameters

result GAsyncResult
 

The asynchronous result passed to the callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

Whether the deletion was successful or not.