Skip to content

Commit d8ba8fc

Browse files
committed
Fix C documentation
1 parent 0f0c8a4 commit d8ba8fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deltachat-ffi/deltachat.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,9 @@ char* dc_get_blobdir (const dc_context_t* context);
523523
* e.g. `ui.desktop.foo`, `ui.desktop.linux.bar`, `ui.android.foo`, `ui.dc40.bar`, `ui.bot.simplebot.baz`.
524524
* These keys go to backups and allow easy per-account settings when using @ref dc_accounts_t,
525525
* however, are not handled by the core otherwise.
526-
*- `enable_realtime` = Whether the realtime APIs should be enabled. If not enabled, they will behave as noops.
526+
* - `webxdc_realtime_enabled` = Whether the realtime APIs should be enabled.
527+
* 0 = WebXDC realtime API is disabled and behaves as noop (default).
528+
* 1 = WebXDC realtime API is enabled.
527529
*
528530
* If you want to retrieve a value, use dc_get_config().
529531
*

0 commit comments

Comments
 (0)