mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
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:
parent
71534d9d62
commit
c848323948
@ -111,6 +111,7 @@
|
|||||||
<chapter id="subprocesses">
|
<chapter id="subprocesses">
|
||||||
<title>Subprocesses</title>
|
<title>Subprocesses</title>
|
||||||
<xi:include href="xml/gsubprocess.xml"/>
|
<xi:include href="xml/gsubprocess.xml"/>
|
||||||
|
<xi:include href="xml/gsubprocesslauncher.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
<chapter id="networking">
|
<chapter id="networking">
|
||||||
<title>Low-level network support</title>
|
<title>Low-level network support</title>
|
||||||
|
@ -4115,7 +4115,18 @@ g_subprocess_communicate_finish
|
|||||||
g_subprocess_communicate_utf8
|
g_subprocess_communicate_utf8
|
||||||
g_subprocess_communicate_utf8_async
|
g_subprocess_communicate_utf8_async
|
||||||
g_subprocess_communicate_utf8_finish
|
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_getenv
|
||||||
g_subprocess_launcher_new
|
g_subprocess_launcher_new
|
||||||
g_subprocess_launcher_set_child_setup
|
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_take_stdout_fd
|
||||||
g_subprocess_launcher_unsetenv
|
g_subprocess_launcher_unsetenv
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GSubprocessLauncher
|
|
||||||
G_IS_SUBPROCESS
|
|
||||||
G_TYPE_SUBPROCESS
|
|
||||||
G_SUBPROCESS
|
|
||||||
g_subprocess_get_type
|
|
||||||
G_IS_SUBPROCESS_LAUNCHER
|
G_IS_SUBPROCESS_LAUNCHER
|
||||||
G_SUBPROCESS_LAUNCHER
|
G_SUBPROCESS_LAUNCHER
|
||||||
G_TYPE_SUBPROCESS_FLAGS
|
|
||||||
G_TYPE_SUBPROCESS_LAUNCHER
|
G_TYPE_SUBPROCESS_LAUNCHER
|
||||||
g_subprocess_launcher_get_type
|
g_subprocess_launcher_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gsubprocess
|
* SECTION:gsubprocesslauncher
|
||||||
* @title: GSubprocess Launcher
|
* @title: GSubprocess Launcher
|
||||||
* @short_description: Environment options for launching a child process
|
* @short_description: Environment options for launching a child process
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user