summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-12-01 23:56:23 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-12-01 23:56:23 +0000
commit5b86070b847a50d981bb2fdd06157d8af92dca31 (patch)
tree7f8e040f9a04f151fb377269b4037aa6841118ff
parent6f16a40e06bec191d4555df1d0da33c8b068da0b (diff)
downloadvte-5b86070b847a50d981bb2fdd06157d8af92dca31.tar.gz
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
-rw-r--r--ChangeLog6
-rw-r--r--doc/reference/tmpl/vte-unused.sgml30
-rw-r--r--doc/reference/vte-sections.txt16
3 files changed, 36 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 145001e6..4e0ffb17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-12-01 Behdad Esfahbod <behdad@gnome.org>
+ * doc/reference/tmpl/vte-unused.sgml:
+ * doc/reference/vte-sections.txt:
+ Remove reaper docs.
+
+2008-12-01 Behdad Esfahbod <behdad@gnome.org>
+
Bug 562806 – crash in Terminal: Typing "cd " just after ...
* src/vte.c (_vte_terminal_cleanup_tab_fragments_at_cursor):
diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml
index d70ed37d..78f3ae69 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 &quot;child-exited&quot; 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 90ce512f..ad74e3d2 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>