summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/plugin_api/hdata.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-01-15 07:40:38 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-01-15 07:40:38 +0100
commitcf5501f69c4312fdfa9f73fd25a59c443f4413ea (patch)
tree243753563fe907d01a7182bb6f268f4bf5623b57 /doc/ja/autogen/plugin_api/hdata.asciidoc
parent66e0455951c245a8ac2d7b4bf0384e1d12405608 (diff)
downloadweechat-cf5501f69c4312fdfa9f73fd25a59c443f4413ea.zip
core: add priority in plugins to initialize them in order
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
Diffstat (limited to 'doc/ja/autogen/plugin_api/hdata.asciidoc')
-rw-r--r--doc/ja/autogen/plugin_api/hdata.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.asciidoc b/doc/ja/autogen/plugin_api/hdata.asciidoc
index 65e1f906e..dbffd4c99 100644
--- a/doc/ja/autogen/plugin_api/hdata.asciidoc
+++ b/doc/ja/autogen/plugin_api/hdata.asciidoc
@@ -843,6 +843,8 @@
*** 'version' (string)
*** 'license' (string)
*** 'charset' (string)
+*** 'priority' (integer)
+*** 'initialized' (integer)
*** 'debug' (integer)
*** 'prev_plugin' (pointer, hdata: "plugin")
*** 'next_plugin' (pointer, hdata: "plugin")