diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 21:32:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 21:57:06 +0100 |
commit | 21e63e7958c499b79a63612d7344ad4d53bd4284 (patch) | |
tree | 68d746e0481bcac99aaf5c2a6910c8d3d7f0805e /doc/ja/weechat_dev.ja.adoc | |
parent | ee79e11b15792780e9a69f80dae412f26b402a16 (diff) | |
download | weechat-21e63e7958c499b79a63612d7344ad4d53bd4284.zip |
scripts: add configuration file for each script plugin
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index b277dd349..cafa3f56c 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -189,6 +189,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | plugin-config.c | プラグイン設定オプション (plugins.conf ファイル) | plugin-script.c | スクリプトプラグインの共用関数 | plugin-script-api.c | スクリプト API 関数: 一部のプラグイン API 関数のラッパー +// TRANSLATION MISSING +| plugin-script-config.c | Script plugin configuration options (files python.conf, perl.conf, ...). | weechat-plugin.h | WeeChat プラグインと一緒に配布されるヘッダファイル、プラグインのコンパイルに必要 | alias/ | alias プラグイン | alias.c | alias の主要関数 |