From 0835d043de8d30d4d97fe9b68ca5a7c7bdda85c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 12 Apr 2025 12:20:59 +0200 Subject: [PATCH] doc/api: fix typo in description of function hook_url --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index c3328c5ce..3ddd43c9c 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10987,7 +10987,7 @@ URL transfer. 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 +but it uses a thread instead of a new process, making it more lightweight and thus recommended for this usage. Prototype: diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 3b3300a80..7345d6cb2 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11396,7 +11396,7 @@ URL transfer. 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 +but it uses a thread instead of a 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 251297c8f..7c815c390 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11130,7 +11130,7 @@ URL transfer. 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 +but it uses a thread instead of a new process, making it more lightweight and thus recommended for this usage. プロトタイプ: