From 8d45e4c66bfa04a8380de89b0c1ed0e955085238 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 25 Oct 2023 15:07:05 +0100 Subject: [PATCH] docs: Move the GSubprocessLauncher SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gsubprocesslauncher.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gio/gsubprocesslauncher.c b/gio/gsubprocesslauncher.c index 6142213a4..cb64e870f 100644 --- a/gio/gsubprocesslauncher.c +++ b/gio/gsubprocesslauncher.c @@ -17,16 +17,13 @@ */ /** - * SECTION:gsubprocesslauncher - * @title: GSubprocess Launcher - * @short_description: Environment options for launching a child process - * @include: gio/gio.h + * GSubprocessLauncher: * * This class contains a set of options for launching child processes, * such as where its standard input and output will be directed, the * 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 * options. It can also be used to launch multiple subprocesses with * a similar configuration.