Files
chatmail-core/deltachat-ffi
link2xt 9c68fac4b6 api!: make Message.text non-optional
Message.set_text() and Message.get_text() are modified accordingly
to accept String and return String.

Messages which previously contained None text
are now represented as messages with empty text.
Use Message.set_text("".to_string())
instead of Message.set_text(None).
2023-07-03 15:36:32 +00:00
..
2023-07-03 15:36:32 +00:00
2019-04-28 18:06:26 +03:00
2022-07-01 12:20:20 +02:00
2023-06-16 16:42:17 +00:00
2023-06-07 09:07:21 +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