Files
chatmail-core/deltachat-ffi
Floris Bruynooghe f6cdc7b498 Introduce enum API for configuration
This introduces a new Context::get_config_item() and
Context::set_config_item() API which operates on two enums: ConfigKey
and ConfigItem.  The latter has variats which hold the actual
configuration as data.  This allows to introduce stronger typing of
the configuration items.

This commit however does not yet do this, it adapts the existing APIs
to use the new API leaving the stronger typing for future commits.
This should make the changes more digestible and reviewable.
2019-11-25 21:02:37 +01:00
..
2019-11-25 21:02:37 +01:00
2019-04-28 18:06:26 +03:00
2019-11-24 14:41:25 +01: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