diff options
Diffstat (limited to 'doc/reference/tmpl/vte-unused.sgml')
-rw-r--r-- | doc/reference/tmpl/vte-unused.sgml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml index 3198646..5938ed9 100644 --- a/doc/reference/tmpl/vte-unused.sgml +++ b/doc/reference/tmpl/vte-unused.sgml @@ -172,6 +172,21 @@ VteBg @VTE_DEBUG_KEYBOARD: @VTE_DEBUG_LIFECYCLE: +<!-- ##### STRUCT VteReaper ##### --> +<para> +This should not be accessed directly. +</para> + + +<!-- ##### SIGNAL VteReaper::child-exited ##### --> +<para> +Emitted when the #VteReaper object detects that a child of the current process has exited. +</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(). + <!-- ##### STRUCT VteReaperClass ##### --> <para> @@ -333,6 +348,21 @@ VteBg @rows: @Returns: +<!-- ##### FUNCTION vte_reaper_add_child ##### --> +<para> + +</para> + +@pid: +@Returns: + +<!-- ##### FUNCTION vte_reaper_get ##### --> +<para> + +</para> + +@Returns: + <!-- ##### FUNCTION vte_ring_append ##### --> <para> |