Fix up subprocess docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 18 Oct 2013 00:55:53 +0000 (20:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 18 Oct 2013 00:55:53 +0000 (20:55 -0400)
The GSubprocessLauncher docs had their own long description,
but were not properly set up as their own section.

docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
gio/gsubprocesslauncher.c

index 740239a..4e3c139 100644 (file)
     <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>
index e38acf8..d03520b 100644 (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>
index ef05023..7471704 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * SECTION:gsubprocess
+ * SECTION:gsubprocesslauncher
  * @title: GSubprocess Launcher
  * @short_description: Environment options for launching a child process
  *