mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
doc/api: add missing note after list of signals
This commit is contained in:
@@ -11431,7 +11431,8 @@ Liste des signaux envoyés par WeeChat et les extensions :
|
||||
|===
|
||||
|
||||
[NOTE]
|
||||
^(1)^ _xxx_ est le nom du serveur IRC, _yyy_ est le nom d'une commande IRC.
|
||||
^(1)^ _xxx_ est le nom du serveur IRC, _yyy_ est le nom d'une commande IRC. +
|
||||
^(2)^ _xxx_ est le nom du tampon.
|
||||
|
||||
Exemple en C :
|
||||
|
||||
|
||||
@@ -11655,7 +11655,9 @@ List of signals sent by WeeChat and plugins:
|
||||
|===
|
||||
|
||||
[NOTE]
|
||||
^(1)^ _xxx_ è il nome del server IRC, _yyy_ è il nome del comando IRC.
|
||||
^(1)^ _xxx_ è il nome del server IRC, _yyy_ è il nome del comando IRC. +
|
||||
// TRANSLATION MISSING
|
||||
^(2)^ _xxx_ is buffer name.
|
||||
|
||||
Esempio in C:
|
||||
|
||||
|
||||
@@ -11275,7 +11275,9 @@ WeeChat とプラグインが送信するシグナルのリスト:
|
||||
|===
|
||||
|
||||
[NOTE]
|
||||
^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。
|
||||
^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。 +
|
||||
// TRANSLATION MISSING
|
||||
^(2)^ _xxx_ is buffer name.
|
||||
|
||||
C 言語での使用例:
|
||||
|
||||
|
||||
@@ -10853,7 +10853,9 @@ struct t_hook *weechat_hook_signal (const char *signal,
|
||||
|===
|
||||
|
||||
[NOTE]
|
||||
^(1)^ _xxx_ је име IRC сервера, _yyy_ је име IRC команде.
|
||||
^(1)^ _xxx_ је име IRC сервера, _yyy_ је име IRC команде. +
|
||||
// TRANSLATION MISSING
|
||||
^(2)^ _xxx_ is buffer name.
|
||||
|
||||
C пример:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user