summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 02:59:39 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 02:59:39 +0000
commitff40403f43fb72f296dfd3a4237ed69fd61fcdef (patch)
tree57fb8fe7db1bb0f420860844e12e723166563351 /doc
parent8646f68a8f2b35005082482173b15e5e95b9dc01 (diff)
documentation updates. note that we just proxy for glib 2.4 child_watch
* src/vte.c, NEWS, doc/reference/vte-sections.txt, doc/reference/tmpl/vte-unused.sgml: documentation updates. * doc/reference/tmpl/reaper.sgml: note that we just proxy for glib 2.4 child_watch functionality, if present. * NEWS: update summary.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/tmpl/reaper.sgml4
-rw-r--r--doc/reference/tmpl/vte-unused.sgml15
-rw-r--r--doc/reference/vte-sections.txt55
3 files changed, 73 insertions, 1 deletions
diff --git a/doc/reference/tmpl/reaper.sgml b/doc/reference/tmpl/reaper.sgml
index 6ba64e0..9005b97 100644
--- a/doc/reference/tmpl/reaper.sgml
+++ b/doc/reference/tmpl/reaper.sgml
@@ -10,7 +10,9 @@ GObject-style &quot;child-exited&quot; signals.
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.
+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 See_Also ##### -->
diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml
index 6497a22..eed156a 100644
--- a/doc/reference/tmpl/vte-unused.sgml
+++ b/doc/reference/tmpl/vte-unused.sgml
@@ -168,6 +168,14 @@ VteBg
@VTE_DEBUG_KEYBOARD:
@VTE_DEBUG_LIFECYCLE:
+<!-- ##### STRUCT VteReaperClass ##### -->
+<para>
+
+</para>
+
+@parent_class:
+@child_exited_signal:
+
<!-- ##### STRUCT VteRing ##### -->
<para>
@@ -188,6 +196,13 @@ VteBg
@freeing:
@data:
+<!-- ##### STRUCT VteTerminalClass ##### -->
+<para>
+
+</para>
+
+@parent_class:
+
<!-- ##### STRUCT VteTerminalPrivate ##### -->
<para>
diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt
index cda5b87..7c8022e 100644
--- a/doc/reference/vte-sections.txt
+++ b/doc/reference/vte-sections.txt
@@ -154,4 +154,59 @@ VTE_DRAW_OPAQUE
VTE_DRAW_SINGLE_WIDE_CHARACTERS
VTE_DRAW_MAX_LENGTH
VTE_DRAW_DOUBLE_WIDE_CHARACTERS
+VteBg
+VTE_TYPE_BG
+VTE_BG
+VTE_IS_BG
+VTE_BG_GET_CLASS
+VteBgClass
+VTE_BG_CLASS
+VTE_IS_BG_CLASS
+VteBgWatcher
+VTE_TYPE_BGWATCHER
+VTE_BGWATCHER
+VTE_IS_BGWATCHER
+VTE_BGWATCHER_GET_CLASS
+VteBgWatcherClass
+VTE_BGWATCHER_CLASS
+VTE_IS_BGWATCHER_CLASS
+vte_bg_watcher_get_type
+vte_bg_get_pixmap
+vte_bg_watcher_get_pixmap
+vte_bg_get
+vte_bg_watcher_get_pixbuf
+vte_bg_get_type
+vte_bg_watcher_get
+vte_bg_get_pixbuf
+
+vte_rgb_buffer
+VteTerminalAccessibleFactory
+VTE_TERMINAL_ACCESSIBLE_FACTORY_CLASS
+VteTerminalAccessibleClass
+vte_terminal_accessible_factory_new
+VteTerminalAccessibleFactoryClass
+vte_glyph_double_underline
+vte_glyph_all
+vte_glyph_cache
+vte_glyph
+vte_terminal_accessible_factory_get_type
+VTE_TERMINAL_ACCESSIBLE_FACTORY
+VTE_CONV_GUNICHAR_TYPE
+VTE_IS_TERMINAL_ACCESSIBLE_FACTORY
+VTE_IS_TERMINAL_ACCESSIBLE_FACTORY_CLASS
+VTE_TYPE_TERMINAL_ACCESSIBLE_FACTORY
+VTE_TERMINAL_ACCESSIBLE_FACTORY_GET_CLASS
+
+VTE_IS_TERMINAL_ANTI_ALIAS
+vte_terminal_anti_alias_get_type
+VTE_TYPE_TERMINAL_ANTI_ALIAS
+VteTerminalAntiAlias
+
+_vte_fc_defaults_cb
+_vte_iso2022_codeset_changed_cb_fn
+vte_regex_match
+
+VteReaperClass
+VteTerminalClass
+
</SECTION>