fix method return type

This commit is contained in:
Simon Laux
2024-12-12 03:09:40 +01:00
parent e919b73cbe
commit 61598dcddd

View File

@@ -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. * @return The json representation of the event as string or NULL.
* Must be freed using dc_str_unref(). * 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. * Free memory used by an event object.