reaper.sgml
来自「vte 是linux下的一款控制终端程序」· SGML 代码 · 共 44 行
SGML
44 行
<!-- ##### SECTION Title ##### -->VteReaper<!-- ##### SECTION Short_Description ##### -->A singleton object which catches %SIGCHLD signals and converts them intoGObject-style "child-exited" signals.<!-- ##### SECTION Long_Description ##### --><para>Because an application may need to be notified when child processesexit, and because there is only one %SIGCHLD handler, the #VteTerminalwidget relies on a #VteReaper to watch for %SIGCHLD notifications andretrieve the exit status of child processes which have exited.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### STRUCT VteReaper ##### --><para></para><!-- ##### FUNCTION vte_reaper_get ##### --><para></para>@Returns: <!-- ##### SIGNAL VteReaper::child-exited ##### --><para></para>@vtereaper: the object which received the signal.@arg1: the process ID of the exited child.@arg2: the status of the exited child, as returned by #waitpid.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?