diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 08:57:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 09:06:55 +0200 |
commit | 1a0ba4a9dc56c0de9655390b13d91d2cdddf37a3 (patch) | |
tree | d8673fc0ed8bc9bae739d28ed6d38f09297ec371 /doc | |
parent | e921b9f432314a60cb3ab186b67a4d58c3d2c549 (diff) | |
download | weechat-1a0ba4a9dc56c0de9655390b13d91d2cdddf37a3.zip |
api: add modifier "eval_path_home" (issue #60)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 7 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 8 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 8 |
4 files changed, 31 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 679638b3e..4f2b34e08 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -11381,6 +11381,13 @@ List of modifiers defined by WeeChat and plugins that can be used: - | Any string. | String with WeeChat colors converted to ANSI colors. + +| [[hook_modifier_eval_path_home]] eval_path_home + + _(WeeChat ≥ 2.7)_ | + - | + Any string. | + Evaluated path, result of the function + <<_string_eval_path_home,string_eval_path_home>>. |=== C example: diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index b92aa678f..9f9618f60 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -11625,6 +11625,14 @@ utilisés : - | Toute chaîne. | Chaîne avec les couleurs WeeChat converties en couleurs ANSI. + +// TRANSLATION MISSING +| [[hook_modifier_eval_path_home]] eval_path_home + + _(WeeChat ≥ 2.7)_ | + - | + Toute chaîne. | + Chemin évalué, résultat de la fonction + <<_string_eval_path_home,string_eval_path_home>>. |=== Exemple en C : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 450a3b44e..205295ada 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11842,6 +11842,14 @@ List of modifiers defined by WeeChat and plugins that can be used: - | Any string. | String with WeeChat colors converted to ANSI colors. + +// TRANSLATION MISSING +| [[hook_modifier_eval_path_home]] eval_path_home + + _(WeeChat ≥ 2.7)_ | + - | + Any string. | + Evaluated path, result of the function + <<_string_eval_path_home,string_eval_path_home>>. |=== Esempio in C: diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index f46da312d..04b403f96 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11354,6 +11354,14 @@ WeeChat とプラグインが定義する修飾子のリスト: - | 任意の文字列 | String with WeeChat colors converted to ANSI colors. + +// TRANSLATION MISSING +| [[hook_modifier_eval_path_home]] eval_path_home + + _(WeeChat バージョン 2.7 以上で利用可)_ | + - | + Any string. | + Evaluated path, result of the function + <<_string_eval_path_home,string_eval_path_home>>. |=== C 言語での使用例: |