rename_password


Description:

public async void rename_password (string old_name, string new_name) throws Error

Rename the password in the GPasteDaemon

Parameters:

this

a Client instance

old_name

the old name of the password to rename

new_name

the new name to give it

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.