diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2008-05-23 20:32:37 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-05-23 20:32:37 +0000 |
commit | 3e2d0ba9ffe54588e492c88da1b8352fd1a75d45 (patch) | |
tree | 9fc7cc0e97cfea89447ef03b301e771a3d0574c1 /doc | |
parent | e66bae863d1f645c039c8ca390e5458d8622a230 (diff) |
Update tmpls
svn path=/trunk/; revision=2048
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, 30 insertions, 32 deletions
diff --git a/doc/reference/tmpl/reaper.sgml b/doc/reference/tmpl/reaper.sgml index 4c80438..92ed24c 100644 --- a/doc/reference/tmpl/reaper.sgml +++ b/doc/reference/tmpl/reaper.sgml @@ -23,35 +23,3 @@ 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 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> |