add_password


Description:

public async void add_password (string name, string password) throws Error

Add the password to the GPasteDaemon

Parameters:

this

a Client instance

name

the name to identify the password to add

password

the password to add

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.