mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
doc/api: fix typo in description of function hook_url
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
プロトタイプ:
|
||||
|
||||
Reference in New Issue
Block a user