Files
chatmail-core/deltachat-ffi
Floris Bruynooghe cabefee4c0 Make sure set_last_error is called for .log_err()
We have a common .log_err() trait method which is very prevalent and
useful in the FFI bindings.  However this was not hooked up with the
set_last_error/get_last_error mechanism, which the error! macro was
hooked up with.

This hooks correctly hooks up the two and makes sure to log all errors
around backup provider/retrieval.
2023-03-20 16:32:36 +01:00
..
2019-04-28 18:06:26 +03:00
2022-07-01 12:20:20 +02:00
2023-03-19 15:24:51 +01:00
2019-08-26 19:17:58 +02:00
2021-03-13 22:19:12 +03: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