diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-05 20:03:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | 476f6ae7bbbf55e8f4dbf948955af11d0e27bd48 (patch) | |
tree | 020260f69088ec01700583e5f6d24bf7d7c67e12 /doc/en | |
parent | 6c112cef7cab629fb5afacdc1e4704b2cd9267f7 (diff) | |
download | weechat-476f6ae7bbbf55e8f4dbf948955af11d0e27bd48.zip |
doc: add "config_name" and "section_name" in function config_option_get_string (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 4fb28a02c..6030332cf 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -6073,6 +6073,8 @@ Arguments: * _option_: option pointer * _property_: property name: +** _config_name_: file name +** _section_name_: section name ** _name_: option name ** _parent_name_: name of parent option ** _type_: option type, one of: |