diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 19f8af11f..f57ecd464 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -9471,6 +9471,7 @@ Arguments: **** _WEECHAT_HOOK_PROCESS_RUNNING_: data available, but child still running **** _WEECHAT_HOOK_PROCESS_ERROR_: error when launching command **** _WEECHAT_HOOK_PROCESS_CHILD_: callback is called in the child process + (used only in C API, not scripting API) ** _out_: standard output of command (stdout) ** _err_: error output of command (stderr) ** return value: |