Skip to content

Commit

Permalink
add enable_realtime to deltachat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias committed May 20, 2024
1 parent 0d296e3 commit d235d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-ffi/deltachat.h
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ 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.
*
* If you want to retrieve a value, use dc_get_config().
*
Expand Down

0 comments on commit d235d04

Please sign in to comment.