From 7290caa1a5af7ae9db52b5b2fef2c028fa8c4db7 Mon Sep 17 00:00:00 2001 From: b1rdG <61605133+b1rdG@users.noreply.github.com> Date: Thu, 23 Apr 2020 20:07:18 +0000 Subject: [PATCH] Improve documentation --- libretroshare/src/retroshare/rsmsgs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/retroshare/rsmsgs.h b/libretroshare/src/retroshare/rsmsgs.h index 8ddba2d1c..1aca4fd1a 100644 --- a/libretroshare/src/retroshare/rsmsgs.h +++ b/libretroshare/src/retroshare/rsmsgs.h @@ -996,7 +996,7 @@ virtual void getOwnAvatarData(unsigned char *& data,int& size) = 0 ; * @param[out] pid distant chat id * @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 + * @return true on success. If you try to initate a connection already started it will return the pid of it. */ virtual bool initiateDistantChatConnexion( const RsGxsId& to_pid, const RsGxsId& from_pid,