Files
chatmail-core/deltachat-ffi
Simon Laux e919b73cbe api: cffi: add dc_event_get_json which gives the jsonrpc representation of an event
This has the advantage that fields are named/labled and there can be potentially more than 2 (data1 & data2) fields on the events.

This removes the need for the (potentialy confusing) overloading data1 with `dc_event_get_data1_str` to add more information to events.
And also allows gradual/partial moving to the jsonrpc api, when needed or wanted.
2024-12-10 01:54:19 +01:00
..
2019-04-28 18:06:26 +03:00
2022-07-01 12:20:20 +02:00
2024-12-05 12:35:46 +00:00
2019-08-26 19:17:58 +02:00

Delta Chat C Interface

Installation

see Installing libdeltachat system wide in ../README.md

Documentation

To generate the C Interface documentation, call doxygen in the deltachat-ffi directory and browse the html subdirectory.

If thinks work, the documentation is also available online at https://c.delta.chat