diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 23:26:27 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 23:26:27 +0100 |
commit | cd944052efc9dd2c8db9a78081700396417426ba (patch) | |
tree | ad47a8e453c909b99be3ba729984c9183562143b | |
parent | a543404428e1de38650ac2b155aef457568fecbd (diff) | |
download | weechat-cd944052efc9dd2c8db9a78081700396417426ba.zip |
doc: update signals arguments in plugin API reference
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 6 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 1f1028052..2526eb58e 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7855,15 +7855,15 @@ Arguments: paste pending | weechat | input_search | - - | + pointer: buffer | text search in buffer | weechat | input_text_changed | - - | + pointer: buffer | input text changed | weechat | input_text_cursor_moved | - - | + pointer: buffer | input text cursor moved | weechat | key_pressed | diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 0258c7ea3..2efab7c0c 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7968,15 +7968,15 @@ Paramètres : coller de lignes en cours | weechat | input_search | - - | + pointeur : tampon | recherche de texte dans le tampon | weechat | input_text_changed | - - | + pointeur : tampon | texte modifié dans la barre "input" | weechat | input_text_cursor_moved | - - | + pointeur : tampon | curseur déplacé dans la barre "input" | weechat | key_pressed | diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 3587a60b9..824daa58b 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7928,15 +7928,15 @@ Argomenti: incolla testo in attesa | weechat | input_search | - - | + puntatore: buffer | ricerca testo nel buffer | weechat | input_text_changed | - - | + puntatore: buffer | testo in input modificato | weechat | input_text_cursor_moved | - - | + puntatore: buffer | cursore del testo di input spostato | weechat | key_pressed | |