mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
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.
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