[ Version ( since = "0.9.0" ) ]
public async bool delete_entry_async (AuthorizationDomain? domain, Entry entry, Cancellable? cancellable) throws Error
Deletes entry
from the server.
this and entry
are both reffed when this function is called, so can safely be unreffed
after this function returns.
For more details, see delete_entry, which is the synchronous version of this function.
When the operation is finished, callback
will be called. You can then call delete_entry_async.end
to get the results of the operation.
this |
a Service |
domain |
the AuthorizationDomain the deletion falls under, or |
entry |
the Entry to delete |
cancellable |
optional Cancellable object, or |
callback |
a TaskReadyCallback to call when deletion is finished, or |
user_data |
data to pass to the |