Files
chatmail-core/deltachat-ffi
Floris Bruynooghe d7b4a5fc9e Move module functions to type methods
This moves the module-level lookup and creation functions to the
types, which make the naming more consistent.  Now the lookup_* get_*
and create_* functions all behave similarly.

Peraps even more important the API of the lookup now allows
distinguishing failure from not found.  This in turn is important to
be able to remove reliance on a ChatId with a 0 or "unset" value.  The
locations where this ChatId(0) is still used is in database queries
which should be solved in an independed commit.
2021-05-04 22:32:05 +02:00
..
2021-05-04 22:32:05 +02:00
2019-04-28 18:06:26 +03:00
2020-07-20 13:06:58 +02:00
2021-05-03 02:50:20 +03:00
2021-05-01 15:08:27 +03:00
2019-08-26 19:17:58 +02:00
2019-08-26 19:17:58 +02:00
2021-03-13 22:19:12 +03: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