1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 12:00:11 +02:00
This commit is contained in:
B. Petersen 2018-08-06 22:23:19 +02:00
parent 1e779ca4d2
commit 75d90908d7

View file

@ -53,7 +53,7 @@
* @memberof dc_context_t
* @param context The context object.
* @param qr The text of the scanned QR code.
* @return Parsed QR code as an dc_lot_t object. The returnd object must be
* @return Parsed QR code as an dc_lot_t object. The returned object must be
* freed using dc_lot_unref() after usage.
*/
dc_lot_t* dc_check_qr(dc_context_t* context, const char* qr)