From 95366c37b74649048567b935179417acb193cd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 9 Mar 2025 09:40:46 +0100 Subject: [PATCH] doc/api: add reference to function hook_process --- doc/en/weechat_plugin_api.en.adoc | 7 ++++--- doc/fr/weechat_plugin_api.fr.adoc | 7 ++++--- doc/it/weechat_plugin_api.it.adoc | 7 ++++--- doc/ja/weechat_plugin_api.ja.adoc | 7 ++++--- doc/sr/weechat_plugin_api.sr.adoc | 7 ++++--- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index c70768940..9b3d4dc2d 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10981,9 +10981,10 @@ _WeeChat ≥ 4.1.0._ URL transfer. -This function is similar to <<_hook_process_hashtable,hook_process_hashtable>> -with command "url:..." but it uses a thread instead of new process, making it -more lightweight and thus recommended for this usage. +This function is similar to <<_hook_process,hook_process>> and +<<_hook_process_hashtable,hook_process_hashtable>> with command "url:..." +but it uses a thread instead of new process, making it more lightweight +and thus recommended for this usage. Prototype: diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 4d476ca38..edc42a929 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -11185,9 +11185,10 @@ _WeeChat ≥ 4.1.0._ Transfert d'URL. -Cette fonction est similaire à <<_hook_process_hashtable,hook_process_hashtable>> -avec la commande "url:..." mais elle utilise un thread au lieu d'un nouveau -processus, la rendant plus légère et donc recommandée pour cet usage. +Cette fonction est similaire à <<_hook_process,hook_process>> et +<<_hook_process_hashtable,hook_process_hashtable>> avec la commande "url:..." +mais elle utilise un thread au lieu d'un nouveau processus, la rendant plus +légère et donc recommandée pour cet usage. Prototype : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 6ad41278b..6c8dec4c3 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11394,9 +11394,10 @@ _WeeChat ≥ 4.1.0._ URL transfer. -This function is similar to <<_hook_process_hashtable,hook_process_hashtable>> -with command "url:..." but it uses a thread instead of new process, making it -more lightweight and thus recommended for this usage. +This function is similar to <<_hook_process,hook_process>> and +<<_hook_process_hashtable,hook_process_hashtable>> with command "url:..." +but it uses a thread instead of new process, making it more lightweight +and thus recommended for this usage. Prototipo: diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 50d154ba1..d8e71a057 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11127,9 +11127,10 @@ _WeeChat ≥ 4.1.0._ URL transfer. -This function is similar to <<_hook_process_hashtable,hook_process_hashtable>> -with command "url:..." but it uses a thread instead of new process, making it -more lightweight and thus recommended for this usage. +This function is similar to <<_hook_process,hook_process>> and +<<_hook_process_hashtable,hook_process_hashtable>> with command "url:..." +but it uses a thread instead of new process, making it more lightweight +and thus recommended for this usage. プロトタイプ: diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index d87ffcf31..0bef452ed 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -10703,9 +10703,10 @@ _WeeChat ≥ 4.1.0._ URL трансфер. // TRANSLATION MISSING -This function is similar to <<_hook_process_hashtable,hook_process_hashtable>> -with command "url:..." but it uses a thread instead of new process, making it -more lightweight and thus recommended for this usage. +This function is similar to <<_hook_process,hook_process>> and +<<_hook_process_hashtable,hook_process_hashtable>> with command "url:..." +but it uses a thread instead of new process, making it more lightweight +and thus recommended for this usage. Прототип: