Update deltachat-ffi/deltachat.h

Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
Simon Laux
2022-07-01 16:27:34 +02:00
committed by Simon Laux
parent 81bc7bd7bf
commit 97e2d85b28

View File

@@ -5221,7 +5221,7 @@ void dc_jsonrpc_request(dc_jsonrpc_instance_t* jsonrpc_instance, const char* req
*
* @memberof dc_jsonrpc_instance_t
* @param jsonrpc_instance jsonrpc instance as returned from dc_jsonrpc_init().
* @return JSON-RPC response as string
* @return JSON-RPC response as string, must be freed using dc_str_unref() after usage.
* If NULL is returned, the accounts_t belonging to the jsonrpc instance is unref'd and no more events will come;
* in this case, free the jsonrpc instance using dc_jsonrpc_unref().
*/