diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-28 21:01:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-28 21:01:01 +0200 |
commit | 135960859d2cb6b7771c05ed07a1ff88249f1c78 (patch) | |
tree | 55e14ae5d169021bfc8e1c5932fd9f75661c9664 /doc/en/weechat_plugin_api.en.adoc | |
parent | 9f62c4a842980c56a347978f839ba2a4f378929d (diff) | |
download | weechat-135960859d2cb6b7771c05ed07a1ff88249f1c78.zip |
doc/api: add note about C API for constant WEECHAT_HOOK_PROCESS_CHILD (function hook_process)
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: |