docs: Move the GSubprocessLauncher SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-25 15:07:05 +01:00
parent 1b94e0351f
commit 8d45e4c66b

View File

@ -17,16 +17,13 @@
*/ */
/** /**
* SECTION:gsubprocesslauncher * GSubprocessLauncher:
* @title: GSubprocess Launcher
* @short_description: Environment options for launching a child process
* @include: gio/gio.h
* *
* This class contains a set of options for launching child processes, * This class contains a set of options for launching child processes,
* such as where its standard input and output will be directed, the * such as where its standard input and output will be directed, the
* argument list, the environment, and more. * argument list, the environment, and more.
* *
* While the #GSubprocess class has high level functions covering * While the [class@Gio.Subprocess] class has high level functions covering
* popular cases, use of this class allows access to more advanced * popular cases, use of this class allows access to more advanced
* options. It can also be used to launch multiple subprocesses with * options. It can also be used to launch multiple subprocesses with
* a similar configuration. * a similar configuration.