delete_item_dbus_path_sync
Description:
public bool delete_item_dbus_path_sync (string item_path, Cancellable? cancellable = null) throws Error
Delete a secret item from the secret service.
The item is represented by its D-Bus object path. If you already have a [classItem
] proxy objects, use use [method
Item.delete_sync
] instead.
This method may block indefinitely and should not be used in user interface threads.
Parameters:
this |
the secret service |
item_path |
the D-Bus path of item to delete |
cancellable |
optional cancellation object |
Returns:
whether the deletion was successful or not |