clarify documentation

This commit is contained in:
B. Petersen
2020-01-25 15:17:41 +01:00
committed by holger krekel
parent 5e91c74304
commit 49fdd6fc5b
2 changed files with 33 additions and 10 deletions

View File

@@ -143,6 +143,8 @@ fn get_self_fingerprint(context: &Context) -> Option<String> {
None
}
/// Take a scanned QR-code and do the setup-contact/join-group handshake.
/// See the ffi-documentation for more details.
pub fn dc_join_securejoin(context: &Context, qr: &str) -> ChatId {
let cleanup =
|context: &Context, contact_chat_id: ChatId, ongoing_allocated: bool, join_vg: bool| {