diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-25 19:06:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-02-25 19:06:47 +0100 |
commit | 3d587ad37d8c0b93b289f2276a2ee2235e3dfbe5 (patch) | |
tree | 7c6e5a444e7a2d5a49fb3782d96c88daa7712ede /doc/pl | |
parent | 5725c8561ccdd55f0ce466b1ec208047f9c98519 (diff) | |
download | weechat-3d587ad37d8c0b93b289f2276a2ee2235e3dfbe5.zip |
core: add info_hashtable "secured_data"
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/includes/autogen_api_infos_hashtable.pl.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc index 18decc010..8dc13ceed 100644 --- a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc +++ b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc @@ -14,5 +14,7 @@ | weechat | focus_info | pobierz informacje o focusie | "x": współrzędne w osi x (ciąg z liczbą >= 0), "y": y współrzędne w osi y (ciąg z liczbą >= 0) | zobacz funkcję „hook_focus” w opisie API wtyczek +| weechat | secured_data | secured data | - | secured data: names and values (be careful: the values are sensitive data: do NOT print/log them anywhere) + |=== // end::infos_hashtable[] |