summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-06-30 20:16:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-06-30 20:16:19 +0200
commitb17e1bcf8902e88e2f9579101c6a1cfa35d5b83d (patch)
treeb17095e737cb99240ee0fd0c511ead8e7e75ecd7 /doc
parentc868a4d3f8b53703ed237dcf31d5e9df93fd9fcb (diff)
downloadweechat-b17e1bcf8902e88e2f9579101c6a1cfa35d5b83d.zip
api: add pointer "_bar_window" in hashtable sent to hook focus callback (closes #1450)
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc4
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc4
-rw-r--r--doc/it/weechat_plugin_api.it.adoc5
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc5
4 files changed, 18 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index d60de708f..e9510755b 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -12158,6 +12158,10 @@ Content of hashtable sent to callback (keys and values are of type "string"):
| _bar_item_col | Column in bar item. |
"0" ... "n" | "-1"
+
+| _bar_window | Pointer to bar window +
+ _(WeeChat ≥ 2.9)_. |
+ "0x12345678" | ""
|===
[NOTE]
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 6f0b3251b..5bf3393a6 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -12424,6 +12424,10 @@ valeurs sont de type "string") :
| _bar_item_col | Colonne dans l'objet de barre. |
"0" ... "n" | "-1"
+
+| _bar_window | Pointeur vers la fenêtre de barre +
+ _(WeeChat ≥ 2.9)_. |
+ "0x12345678" | ""
|===
[NOTE]
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index b34bf0116..effabdd9e 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -12647,6 +12647,11 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo
| _bar_item_col | Colonna nell'elemento barra. |
"0" ... "n" | "-1"
+
+// TRANSLATION MISSING
+| _bar_window | Pointer to bar window +
+ _(WeeChat ≥ 2.9)_. |
+ "0x12345678" | ""
|===
[NOTE]
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 661303008..6e37c7261 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -12156,6 +12156,11 @@ info を使う前にエリアが一致していることを確認して下さい
| _bar_item_col | バー要素中の列座標 |
"0" ... "n" | "-1"
+
+// TRANSLATION MISSING
+| _bar_window | Pointer to bar window +
+ _(WeeChat ≥ 2.9)_. |
+ "0x12345678" | ""
|===
[NOTE]