Fix up subprocess docs

The GSubprocessLauncher docs had their own long description,
but were not properly set up as their own section.
This commit is contained in:
Matthias Clasen 2013-10-17 20:55:53 -04:00
parent 71534d9d62
commit c848323948
3 changed files with 14 additions and 8 deletions

View File

@ -111,6 +111,7 @@
<chapter id="subprocesses">
<title>Subprocesses</title>
<xi:include href="xml/gsubprocess.xml"/>
<xi:include href="xml/gsubprocesslauncher.xml"/>
</chapter>
<chapter id="networking">
<title>Low-level network support</title>

View File

@ -4115,7 +4115,18 @@ g_subprocess_communicate_finish
g_subprocess_communicate_utf8
g_subprocess_communicate_utf8_async
g_subprocess_communicate_utf8_finish
<SUBSECTION Launcher>
<SUBSECTION Standard>
G_IS_SUBPROCESS
G_TYPE_SUBPROCESS
G_SUBPROCESS
G_TYPE_SUBPROCESS_FLAGS
g_subprocess_get_type
</SECTION>
<SECTION>
<FILE>gsubprocesslauncher</FILE>
<TITLE>GSubprocessLauncher</TITLE>
GSubprocessLauncher
g_subprocess_launcher_getenv
g_subprocess_launcher_new
g_subprocess_launcher_set_child_setup
@ -4134,14 +4145,8 @@ g_subprocess_launcher_take_stdin_fd
g_subprocess_launcher_take_stdout_fd
g_subprocess_launcher_unsetenv
<SUBSECTION Standard>
GSubprocessLauncher
G_IS_SUBPROCESS
G_TYPE_SUBPROCESS
G_SUBPROCESS
g_subprocess_get_type
G_IS_SUBPROCESS_LAUNCHER
G_SUBPROCESS_LAUNCHER
G_TYPE_SUBPROCESS_FLAGS
G_TYPE_SUBPROCESS_LAUNCHER
g_subprocess_launcher_get_type
</SECTION>

View File

@ -15,7 +15,7 @@
*/
/**
* SECTION:gsubprocess
* SECTION:gsubprocesslauncher
* @title: GSubprocess Launcher
* @short_description: Environment options for launching a child process
*