diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-08 20:09:06 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-08 20:09:06 +0000 |
commit | 34e10694b47a49961b67c96230fbf1823548f657 (patch) | |
tree | 35a290742f63a608eca09df652958f1ff54f7c67 /doc | |
parent | 2698dbcc5c8805380c5fc77ca1928ec582c84728 (diff) |
vte 0.17.3.vte_0_17_3
svn path=/trunk/; revision=2092
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/tmpl/reaper.sgml | 32 | ||||
-rw-r--r-- | doc/reference/tmpl/vte-unused.sgml | 30 |
2 files changed, 32 insertions, 30 deletions
diff --git a/doc/reference/tmpl/reaper.sgml b/doc/reference/tmpl/reaper.sgml index 92ed24c..4c80438 100644 --- a/doc/reference/tmpl/reaper.sgml +++ b/doc/reference/tmpl/reaper.sgml @@ -23,3 +23,35 @@ a proxy for glib's own functionality. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### 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(). + +<!-- ##### FUNCTION vte_reaper_get ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION vte_reaper_add_child ##### --> +<para> + +</para> + +@pid: +@Returns: + + diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml index 5938ed9..3198646 100644 --- a/doc/reference/tmpl/vte-unused.sgml +++ b/doc/reference/tmpl/vte-unused.sgml @@ -172,21 +172,6 @@ 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> @@ -348,21 +333,6 @@ Emitted when the #VteReaper object detects that a child of the current process h @rows: @Returns: -<!-- ##### FUNCTION vte_reaper_add_child ##### --> -<para> - -</para> - -@pid: -@Returns: - -<!-- ##### FUNCTION vte_reaper_get ##### --> -<para> - -</para> - -@Returns: - <!-- ##### FUNCTION vte_ring_append ##### --> <para> |