rename_password_sync
Description:
public void rename_password_sync (
string old_name,
string new_name)
throws Error
Rename the password in the GPasteDaemon
Parameters:
| this |
a Client instance
|
| old_name |
the name of the password to rename
|
| new_name |
the new name to give it
|