Skip to content

Commit

Permalink
doc/api: add version 4.3.0 for signal "input_prompt_changed"
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 12, 2024
1 parent c1083d0 commit fa07d98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/en/weechat_plugin_api.en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12220,7 +12220,7 @@ List of signals sent by WeeChat and plugins:
| Pointer: buffer.
| Text search in buffer.

| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed |
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | 4.3.0
| Pointer: buffer.
| Input prompt changed.

Expand Down
2 changes: 1 addition & 1 deletion doc/fr/weechat_plugin_api.fr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12473,7 +12473,7 @@ Liste des signaux envoyés par WeeChat et les extensions :
| Pointeur : tampon.
| Recherche de texte dans le tampon.

| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed |
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | 4.3.0
| Pointer: buffer.
| Invite de la zone de saisie modifiée.

Expand Down
2 changes: 1 addition & 1 deletion doc/it/weechat_plugin_api.it.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12730,7 +12730,7 @@ List of signals sent by WeeChat and plugins:
| Ricerca testo nel buffer.

// TRANSLATION MISSING
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed |
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | 4.3.0
| Pointer: buffer.
| Input prompt changed.

Expand Down
2 changes: 1 addition & 1 deletion doc/ja/weechat_plugin_api.ja.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12387,7 +12387,7 @@ WeeChat とプラグインが送信するシグナルのリスト:
| バッファテキストの検索

// TRANSLATION MISSING
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed |
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | 4.3.0
| Pointer: buffer.
| Input prompt changed.

Expand Down
2 changes: 1 addition & 1 deletion doc/sr/weechat_plugin_api.sr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11896,7 +11896,7 @@ struct t_hook *weechat_hook_signal (const char *signal,
| Претрага текста у баферу.

// TRANSLATION MISSING
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed |
| weechat | [[hook_signal_input_prompt_changed]] input_prompt_changed | 4.3.0
| Pointer: buffer.
| Input prompt changed.

Expand Down

0 comments on commit fa07d98

Please sign in to comment.