Changes between Version 13 and Version 14 of GuiRpc


Ignore:
Timestamp:
Aug 10, 2007, 11:15:07 AM (17 years ago)
Author:
Nicolas
Comment:

Inconsistency.

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v13 v14  
    178178=== `acct_mgr_rpc(``const char* url, ``const char* name, ``const char* passwd, ``bool use_config_file)` === #function-acct_mgr_rpc
    179179
    180 Do an Account Manager RPC to the given URL, passing the given name/password. If `use_cached_credentials` is true, then the existing URL, username, and password are used and the core client updates the project information from the account manager. If the RPC is successful, save the account info on disk (it can be retrieved later using [#function-acct_mgr_info acct_mgr_info()]). If `url` is the empty string, remove account manager info from disk.
     180Do an Account Manager RPC to the given URL, passing the given name/password. If `use_config_file` is true, then the existing URL, username, and password are used and the core client updates the project information from the account manager. If the RPC is successful, save the account info on disk (it can be retrieved later using [#function-acct_mgr_info acct_mgr_info()]). If `url` is the empty string, remove account manager info from disk.
    181181
    182182=== `acct_mgr_info(ACCT_MGR_INFO&)` === #function-acct_mgr_info