delete_password


Description:

public async void delete_password (string name) throws Error

Delete the password from the GPasteDaemon

Parameters:

this

a Client instance

name

the name of the password to delete

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.