diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 15:33:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 19:47:22 +0100 |
commit | 87be29ed3dd5371961ae730556e6b51875c0c8f1 (patch) | |
tree | 789d63b150aa57533bb85e828a968eab1a4a05ca /doc/ja | |
parent | aa7a3cf07dca970b0e5464e5e06328643a369753 (diff) | |
download | weechat-87be29ed3dd5371961ae730556e6b51875c0c8f1.zip |
api: add hashtable with variables in plugin structure
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.adoc b/doc/ja/autogen/plugin_api/hdata.adoc index 5730a473e..13b09817b 100644 --- a/doc/ja/autogen/plugin_api/hdata.adoc +++ b/doc/ja/autogen/plugin_api/hdata.adoc @@ -941,6 +941,7 @@ _charset_ (string) + _priority_ (integer) + _initialized_ (integer) + _debug_ (integer) + +_variables_ (hashtable) + _prev_plugin_ (pointer, hdata: "plugin") + _next_plugin_ (pointer, hdata: "plugin") + |