mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
doc/api: add version 3.7 for priority in function hook_line
This commit is contained in:
@@ -10009,7 +10009,8 @@ Arguments:
|
||||
|
||||
* _buffer_type_: catch lines on the given buffer type (if NULL or empty string,
|
||||
_formatted_ is the default)
|
||||
(a priority is allowed before the buffer type, see note about <<hook_priority,priority>>):
|
||||
(_WeeChat ≥ 3.7_: a priority is allowed before the buffer type,
|
||||
see note about <<hook_priority,priority>>):
|
||||
** _formatted_: catch lines on formatted buffers only (default)
|
||||
** _free_: catch lines on buffers with free content only
|
||||
** _*_: catch lines on all buffer types
|
||||
|
||||
@@ -10198,7 +10198,8 @@ Paramètres :
|
||||
|
||||
* _buffer_type_ : intercepter les lignes affichées sur ce type de tampon
|
||||
(si NULL ou chaîne vide, _formatted_ est utilisé par défaut)
|
||||
(une priorité est autorisée avant le type de tampon, voir la note sur la <<hook_priority,priorité>>) :
|
||||
(_WeeChat ≥ 3.7_ : une priorité est autorisée avant le type de tampon,
|
||||
voir la note sur la <<hook_priority,priorité>>) :
|
||||
** _formatted_ : intercepter les lignes sur un tampon avec contenu formaté
|
||||
seulement (par défaut)
|
||||
** _free_ : intercepter les lignes sur un tampon avec contenu libre seulement
|
||||
|
||||
@@ -10336,7 +10336,8 @@ Argomenti:
|
||||
|
||||
* _buffer_type_: catch lines on the given buffer type (if NULL or empty string,
|
||||
_formatted_ is the default)
|
||||
(a priority is allowed before the buffer type, see note about <<hook_priority,priority>>):
|
||||
(_WeeChat ≥ 3.7_: a priority is allowed before the buffer type,
|
||||
see note about <<hook_priority,priority>>):
|
||||
** _formatted_: catch lines on formatted buffers only (default)
|
||||
** _free_: catch lines on buffers with free content only
|
||||
** _*_: catch lines on all buffer types
|
||||
|
||||
@@ -10053,7 +10053,8 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
|
||||
|
||||
* _buffer_type_: ここで指定したバッファ型の行をフックします (NULL または空文字列の場合、
|
||||
_formatted_ を指定したことになります)
|
||||
(a priority is allowed before the buffer type, see note about <<hook_priority,priority>>):
|
||||
(_WeeChat ≥ 3.7_: a priority is allowed before the buffer type,
|
||||
see note about <<hook_priority,priority>>):
|
||||
** _formatted_: フォーマット済み内容バッファの行のみをフックします (デフォルト)
|
||||
** _free_: 自由内容バッファの行のみをフックします
|
||||
** _*_: すべてのバッファの行をフックします
|
||||
|
||||
@@ -9671,7 +9671,8 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
|
||||
|
||||
// TRANSLATION MISSING
|
||||
* _buffer_type_: хвата линије у наведеном типу бафера (ако је NULL или празан стринг, подразумева се _formatted_)
|
||||
(a priority is allowed before the buffer type, see note about <<hook_priority,приоритетима>>):
|
||||
(_WeeChat ≥ 3.7_: a priority is allowed before the buffer type,
|
||||
see note about <<hook_priority,приоритетима>>):
|
||||
** _formatted_: хвата линије само у форматираним баферима (подразумевано)
|
||||
** _free_: хвата линије само у баферима са слободним садржајем
|
||||
** _*_: хвата линије у баферима свих типова
|
||||
|
||||
Reference in New Issue
Block a user