mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
doc/api: add reference to function hook_process
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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 :
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
プロトタイプ:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Прототип:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user