Skip to content

Commit

Permalink
fix method return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Dec 12, 2024
1 parent e919b73 commit 61598dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ffi/deltachat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61598dc

Please sign in to comment.