mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc/api: move function hook_completion in chapter on hook priority
This commit is contained in:
@@ -8817,11 +8817,11 @@ weechat_hook_signal ("3000|quit;upgrade", &signal_cb, NULL, NULL);
|
||||
Following hook types allow priority:
|
||||
|
||||
* <<_hook_command,command>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_command_run,command_run>>
|
||||
* <<_hook_signal,signal>>
|
||||
* <<_hook_hsignal,hsignal>>
|
||||
* <<_hook_config,config>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_modifier,modifier>>
|
||||
* <<_hook_info,info>>
|
||||
* <<_hook_info_hashtable,info_hashtable>>
|
||||
|
||||
@@ -8958,11 +8958,11 @@ weechat_hook_signal ("3000|quit;upgrade", &signal_cb, NULL, NULL);
|
||||
Les types de "hooks" suivants autorisent une priorité :
|
||||
|
||||
* <<_hook_command,command>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_command_run,command_run>>
|
||||
* <<_hook_signal,signal>>
|
||||
* <<_hook_hsignal,hsignal>>
|
||||
* <<_hook_config,config>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_modifier,modifier>>
|
||||
* <<_hook_info,info>>
|
||||
* <<_hook_info_hashtable,info_hashtable>>
|
||||
|
||||
@@ -9107,11 +9107,11 @@ weechat_hook_signal ("3000|quit;upgrade", &signal_cb, NULL, NULL);
|
||||
I tipi di hook che seguono consentono la priorità:
|
||||
|
||||
* <<_hook_command,command>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_command_run,command_run>>
|
||||
* <<_hook_signal,signal>>
|
||||
* <<_hook_hsignal,hsignal>>
|
||||
* <<_hook_config,config>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_modifier,modifier>>
|
||||
* <<_hook_info,info>>
|
||||
* <<_hook_info_hashtable,info_hashtable>>
|
||||
|
||||
@@ -8850,11 +8850,11 @@ weechat_hook_signal ("3000|quit;upgrade", &signal_cb, NULL, NULL);
|
||||
以下のフック型に対して優先度を設定できます:
|
||||
|
||||
* <<_hook_command,command>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_command_run,command_run>>
|
||||
* <<_hook_signal,signal>>
|
||||
* <<_hook_hsignal,hsignal>>
|
||||
* <<_hook_config,config>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_modifier,modifier>>
|
||||
* <<_hook_info,info>>
|
||||
* <<_hook_info_hashtable,info_hashtable>>
|
||||
|
||||
@@ -8562,11 +8562,11 @@ weechat_hook_signal ("3000|quit;upgrade", &signal_cb, NULL, NULL);
|
||||
Приоритет дозвољавају следећи типови кука:
|
||||
|
||||
* <<_hook_command,command>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_command_run,command_run>>
|
||||
* <<_hook_signal,signal>>
|
||||
* <<_hook_hsignal,hsignal>>
|
||||
* <<_hook_config,config>>
|
||||
* <<_hook_completion,completion>>
|
||||
* <<_hook_modifier,modifier>>
|
||||
* <<_hook_info,info>>
|
||||
* <<_hook_info_hashtable,info_hashtable>>
|
||||
|
||||
Reference in New Issue
Block a user