diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-12-01 23:56:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-01 23:56:23 +0000 |
commit | 5b86070b847a50d981bb2fdd06157d8af92dca31 (patch) | |
tree | 7f8e040f9a04f151fb377269b4037aa6841118ff /doc | |
parent | 6f16a40e06bec191d4555df1d0da33c8b068da0b (diff) |
Remove reaper docs.
2008-12-01 Behdad Esfahbod <behdad@gnome.org>
* doc/reference/tmpl/vte-unused.sgml:
* doc/reference/vte-sections.txt:
Remove reaper docs.
svn path=/trunk/; revision=2278
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/tmpl/vte-unused.sgml | 30 | ||||
-rw-r--r-- | doc/reference/vte-sections.txt | 16 |
2 files changed, 30 insertions, 16 deletions
diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml index d70ed37..78f3ae6 100644 --- a/doc/reference/tmpl/vte-unused.sgml +++ b/doc/reference/tmpl/vte-unused.sgml @@ -40,6 +40,36 @@ pty reaper.sgml +<!-- ##### SECTION ./tmpl/reaper.sgml:Long_Description ##### --> +<para> +Because an application may need to be notified when child processes +exit, and because there is only one %SIGCHLD handler, the #VteTerminal +widget relies on a #VteReaper to watch for %SIGCHLD notifications and +retrieve the exit status of child processes which have exited. When +glib provides child_watch functionality, the #VteReaper merely acts as +a proxy for glib's own functionality. +</para> + + +<!-- ##### SECTION ./tmpl/reaper.sgml:See_Also ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/reaper.sgml:Short_Description ##### --> +A singleton object which catches %SIGCHLD signals and converts them into +GObject-style "child-exited" signals. + + +<!-- ##### SECTION ./tmpl/reaper.sgml:Stability_Level ##### --> + + + +<!-- ##### SECTION ./tmpl/reaper.sgml:Title ##### --> +VteReaper + + <!-- ##### SECTION ./tmpl/vte-unused.sgml:Stability_Level ##### --> diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt index 90ce512..ad74e3d 100644 --- a/doc/reference/vte-sections.txt +++ b/doc/reference/vte-sections.txt @@ -137,22 +137,6 @@ VTE_TERMINAL_ACCESSIBLE_GET_CLASS </SECTION> <SECTION> -<FILE>reaper</FILE> -<TITLE>VteReaper</TITLE> -VteReaper -vte_reaper_get -vte_reaper_add_child -<SUBSECTION Standard> -VTE_REAPER -VTE_IS_REAPER -VTE_TYPE_REAPER -vte_reaper_get_type -VTE_REAPER_CLASS -VTE_IS_REAPER_CLASS -VTE_REAPER_GET_CLASS -</SECTION> - -<SECTION> <FILE>internals</FILE> <TITLE>Internals</TITLE> <SUBSECTION Private> |