diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-11 08:20:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-11 08:20:12 +0200 |
commit | 8dbd2cf83d876aa3ed80bcf54638bd68635705d6 (patch) | |
tree | af63a14b0c9edae518e48bc0b4b19ce45517f645 /doc/pl | |
parent | 3dc72b2e5f0755de5da5c157e465882e14ed9a29 (diff) | |
download | weechat-8dbd2cf83d876aa3ed80bcf54638bd68635705d6.zip |
doc: add missing API functions in scripting guide
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 64ec1a5de..0c66ba35f 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -480,9 +480,11 @@ Lista funkcji w API skryptów: | wyświetlanie | prefix + color + +// TRANSLATION MISSING print (for python: prnt) + - print_date_tags (for python: - prnt_date_tags) + +// TRANSLATION MISSING + print_date_tags (for python: prnt_date_tags) + +// TRANSLATION MISSING print_y (for python: prnt_y) + log_print @@ -501,6 +503,7 @@ Lista funkcji w API skryptów: hook_hsignal_send + hook_config + hook_completion + + hook_completion_get_string + hook_completion_list_add + hook_modifier + hook_modifier_exec + @@ -582,6 +585,7 @@ Lista funkcji w API skryptów: infolist_next + infolist_prev + infolist_reset_item_cursor + + infolist_search_var + infolist_fields + infolist_integer + infolist_string + @@ -607,6 +611,7 @@ Lista funkcji w API skryptów: hdata_pointer + hdata_time + hdata_hashtable + + hdata_compare + hdata_update + hdata_get_string |