mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
doc: fix buffer argument for function "command": NULL value means current buffer, not core buffer (bug #38057)
This commit is contained in:
@@ -11893,7 +11893,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command);
|
||||
Arguments:
|
||||
|
||||
* 'buffer': buffer pointer (command is executed on this buffer, use NULL for
|
||||
WeeChat core buffer)
|
||||
current buffer)
|
||||
* 'command': command to execute (if beginning with a "/"), or text to send to
|
||||
buffer
|
||||
|
||||
|
||||
@@ -12096,7 +12096,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command);
|
||||
Paramètres :
|
||||
|
||||
* 'buffer' : pointeur vers le tampon (la commande est exécutée sur ce tampon,
|
||||
NULL pour le tampon "core")
|
||||
NULL pour le tampon courant)
|
||||
* 'command' : commande à exécuter (si elle commence par "/"), ou texte à
|
||||
envoyer au tampon
|
||||
|
||||
|
||||
@@ -12035,7 +12035,7 @@ void weechat_command (struct t_gui_buffer *buffer, const char *command);
|
||||
Argomenti:
|
||||
|
||||
* 'buffer': puntatore al buffer (il comando viene eseguito su questo buffer,
|
||||
utilizzare NULL per il buffer core di WeeChat)
|
||||
utilizzare NULL per il buffer corrente)
|
||||
* 'command': comando da eseguire (se preceduto da "/"), oppure il testo
|
||||
viene inviato sul buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user