diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2022-02-16 19:15:51 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-20 16:49:04 +0100 |
commit | d359e8135ec8794b30d13917748926f09ba2d907 (patch) | |
tree | 8fb4dc5e1e5403f5fc1be1bf867d1b23cdb662cb /doc/it/weechat_plugin_api.it.adoc | |
parent | 8700e0bb36e0d52b25975d4486bf3e923cabdf68 (diff) | |
download | weechat-d359e8135ec8794b30d13917748926f09ba2d907.zip |
doc/api: Add missing parameter to python prototype for config_new_section
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 424ffb3df..17acdda9e 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -6406,6 +6406,7 @@ def config_new_section(config_file: str, name: str, user_can_add_options: int, user_can_delete_options: int, callback_read: str, callback_read_data: str, callback_write: str, callback_write_data: str, + callback_write_default: str, callback_write_default_data: str, callback_create_option: str, callback_create_option_data: str, callback_delete_option: str, callback_delete_option_data: str) -> str: ... |