mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Adjust call sites as apporiate: * src/dc_imex.rs(dc_continue_key_transfer): use if-let pattern with dc_read_file_safe() and dc_msg_get_file() * src/message.rs(dc_msg_get_setupcodebegin): ditto * src/message.rs(dc_get_msg_info): simplify code to print information about file inside a message. * src/message.rs(dc_msg_get_file): simplify function using dc_get_abs_path_safe() * deltachat-ffi/src/lib.rs(dc_msg_get_file): convert PathBuf to `char *` to preserve C API
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