Files
chatmail-core/deltachat-ffi
B. Petersen 477af413c6 if in doubt, prefer unwrap_or_default()
if the past we had lots of crashes because of unexpected unwrap failures,
mostly related to string.
this commit avoids them eg. for string-conversions that may panic
eg. when encountering a null-byte or by logical programming errors
where an object is assumed to be set but is not under unexpected circumstances.
2019-10-04 23:07:33 +02:00
..
2019-04-28 18:06:26 +03:00
2019-09-26 01:42:39 +02:00
2019-10-03 18:01:56 +02:00
2019-08-26 19:17:58 +02:00
2019-08-26 19:17:58 +02:00
2019-08-26 19:17:58 +02:00
2019-08-26 19:17:58 +02:00

Delta Chat C Interface

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