diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 7 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 7 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 7 |
4 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index a05c2acf2..02706bdb0 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7214,6 +7214,12 @@ available: Create a pipe for writing data on standard input (stdin) of child process (see function <<_weechat_hook_set,weechat_hook_set>>) +| buffer_flush + + _(WeeChat ≥ 0.4.4)_ | + number of bytes | + Minimum number of bytes to flush stdout/stderr (to send output to callback), + between 1 and 65536 (default); 1 = send any output immediately to the callback + | detached + _(WeeChat ≥ 0.4.4)_ | (not used) | diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a5823f2ac..4078f3d26 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7339,6 +7339,13 @@ sont disponibles : Créer un tuyau pour écrire sur l'entrée standard (stdin) du processus fils (voir la fonction <<_weechat_hook_set,weechat_hook_set>>) +| buffer_flush + + _(WeeChat ≥ 0.4.4)_ | + nombre d'octets | + Nombre minimum d'octets pour vider stdout/stderr (pour envoyer la sortie au + "callback"), entre 1 et 65536 (par défaut); 1 = envoyer toute sortie + immédiatement au "callback" + | detached + _(WeeChat ≥ 0.4.4)_ | (non utilisée) | diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 50957ff8e..f794030d4 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7334,6 +7334,13 @@ available: (see function <<_weechat_hook_set,weechat_hook_set>>) // TRANSLATION MISSING +| buffer_flush + + _(WeeChat ≥ 0.4.4)_ | + number of bytes | + Minimum number of bytes to flush stdout/stderr (to send output to callback), + between 1 and 65536 (default); 1 = send any output immediately to the callback + +// TRANSLATION MISSING | detached + _(WeeChat ≥ 0.4.4)_ | (not used) | diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 9ae2d0363..a14bf8a0c 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -7208,6 +7208,13 @@ struct t_hook *weechat_hook_process_hashtable (const char *command, データを書き込むためのパイプを子プロセスの標準入力 (stdin) に作成します (関数 <<_weechat_hook_set,weechat_hook_set>> を参照) +// TRANSLATION MISSING +| buffer_flush + + _(WeeChat バージョン 0.4.4 以上で利用可)_ | + number of bytes | + Minimum number of bytes to flush stdout/stderr (to send output to callback), + between 1 and 65536 (default); 1 = send any output immediately to the callback + | detached + _(WeeChat バージョン 0.4.4 以上で利用可)_ | (非使用) | |