mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Update deltachat-ffi/deltachat.h
Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
@@ -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().
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user