mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Improve parameter description
This commit is contained in:
parent
d265e61b06
commit
d100e53470
1 changed files with 5 additions and 5 deletions
|
@ -991,11 +991,11 @@ virtual void getOwnAvatarData(unsigned char *& data,int& size) = 0 ;
|
|||
/**
|
||||
* @brief initiateDistantChatConnexion initiate a connexion for a distant chat
|
||||
* @jsonapi{development}
|
||||
* @param[in] to_pid distant chat id
|
||||
* @param[in] from_pid distant chat id
|
||||
* @param[in] to_pid RsGxsId to start the connection
|
||||
* @param[in] from_pid owned RsGxsId who start the connection
|
||||
* @param[out] pid distant chat id
|
||||
* @param[out] error_code distant chat info
|
||||
* @param[in] notify distant chat info
|
||||
* @param[out] error_code if the connection can't be stablished
|
||||
* @param[in] notify notify remote that the connection is stablished
|
||||
* @return true on success
|
||||
*/
|
||||
virtual bool initiateDistantChatConnexion(
|
||||
|
@ -1015,7 +1015,7 @@ virtual void getOwnAvatarData(unsigned char *& data,int& size) = 0 ;
|
|||
/**
|
||||
* @brief closeDistantChatConnexion
|
||||
* @jsonapi{development}
|
||||
* @param[in] pid distant chat id
|
||||
* @param[in] pid distant chat id to close the connection
|
||||
* @return true on success
|
||||
*/
|
||||
virtual bool closeDistantChatConnexion(const DistantChatPeerId& pid)=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue