mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
fix method return type
This commit is contained in:
@@ -5963,7 +5963,7 @@ uint32_t dc_event_get_account_id(dc_event_t* event);
|
||||
* @return The json representation of the event as string or NULL.
|
||||
* Must be freed using dc_str_unref().
|
||||
*/
|
||||
uint32_t dc_event_get_json(dc_event_t* event);
|
||||
char* dc_event_get_json(dc_event_t* event);
|
||||
|
||||
/**
|
||||
* Free memory used by an event object.
|
||||
|
||||
Reference in New Issue
Block a user