Skip to content

Commit

Permalink
Fix C documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jun 3, 2024
1 parent 4f3cc3c commit 4c63f61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deltachat-ffi/deltachat.h
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,9 @@ char* dc_get_blobdir (const dc_context_t* context);
* e.g. `ui.desktop.foo`, `ui.desktop.linux.bar`, `ui.android.foo`, `ui.dc40.bar`, `ui.bot.simplebot.baz`.
* These keys go to backups and allow easy per-account settings when using @ref dc_accounts_t,
* however, are not handled by the core otherwise.
*- `enable_realtime` = Whether the realtime APIs should be enabled. If not enabled, they will behave as noops.
* - `webxdc_realtime_enabled` = Whether the realtime APIs should be enabled.
* 0 = WebXDC realtime API is disabled and behaves as noop (default).
* 1 = WebXDC realtime API is enabled.
*
* If you want to retrieve a value, use dc_get_config().
*
Expand Down

0 comments on commit 4c63f61

Please sign in to comment.