mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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">
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gsubprocess
|
||||
* SECTION:gsubprocesslauncher
|
||||
* @title: GSubprocess Launcher
|
||||
* @short_description: Environment options for launching a child process
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user