Files
chatmail-core/deltachat-ffi
Dmitry Bogatov 477470ff70 Make dc_msg_get_file return PathBuf, not char*
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
2019-09-12 04:10:05 +00:00
..
2019-04-28 18:06:26 +03:00
2019-08-14 13:58:51 +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