diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-29 10:26:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-29 10:26:35 +0200 |
commit | 1f08e7cb5672465f8fcac12b6658bd91a3052e27 (patch) | |
tree | 18b39ef00f603daa23bd2f0546c24f83207a60ee /doc/ja/weechat_plugin_api.ja.asciidoc | |
parent | b0c45b2127d8774efaa0347a7077d1db9066923a (diff) | |
download | weechat-1f08e7cb5672465f8fcac12b6658bd91a3052e27.zip |
doc: add note about version 1.5 in config functions (plugin API reference)
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index d104eb519..c1c5dad3c 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -4258,6 +4258,8 @@ weechat_hashtable_free (hashtable); ==== config_new +_バージョン 1.5 で更新。_ + 新しい設定ファイルを作成。 プロトタイプ: @@ -4337,6 +4339,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "") ==== config_new_section +_バージョン 1.5 で更新。_ + 設定ファイルに新しいセクションを作成する。 プロトタイプ: @@ -4665,6 +4669,8 @@ section = weechat.config_search_section(config_file, "section") ==== config_new_option +_バージョン 1.5 で更新。_ + 設定ファイルのあるセクションに新しいオプションを作成。 プロトタイプ: |