Files
chatmail-core/deltachat-ffi
Floris Bruynooghe 6a34cb7ad8 fix(imex): Clone provider in dc_backup_provider_wait()
This is a long running process and there has been at lease one crash
in this function.  By owning both the context and the provider when
waiting we can avoid them being deallocated while we are still using
them.

To make the BackupProvider clonable this transforms all the errors
from it into Strings.  These are clonable and how we report most our
errors anyway.  The Future impl of BackupProvider then turns this into
an anyhow::Error so all other code can keep using anyhow as usual.
2023-03-29 12:54:26 +02:00
..
2019-04-28 18:06:26 +03:00
2022-07-01 12:20:20 +02:00
2023-03-27 15:22:31 +00: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