+2000-11-05 Havoc Pennington <hp@pobox.com>
+
+ * glib/glib-sections.txt: remove parens from section name,
+ confuses gtk-doc
+
+ * glib/glib-docs.sgml: Add the new files here, doh.
+
+ * glib/tmpl/shell.sgml: add gshell.[hc] docs
+
2000-11-05 Havoc Pennington <hp@pobox.com>
* glib/tmpl/error_reporting.sgml: fixes
<!entity glib-Relations-and-Tuples SYSTEM "sgml/relations.sgml">
<!entity glib-Caches SYSTEM "sgml/caches.sgml">
<!entity glib-Memory-Allocators SYSTEM "sgml/allocators.sgml">
+<!entity glib-Spawn SYSTEM "sgml/spawn.sgml">
+<!entity glib-Fileutils SYSTEM "sgml/fileutils.sgml">
+<!entity glib-Shell SYSTEM "sgml/shell.sgml">
+<!entity glib-Markup SYSTEM "sgml/markup.sgml">
+
]>
<book id="index">
<bookinfo>
&glib-Lexical-Scanner;
&glib-Automatic-String-Completion;
&glib-Timers;
+ &glib-Spawn;
+ &glib-Fileutils;
+ &glib-Shell;
+ &glib-Markup;
&glib-Windows-Compatability-Functions;
</chapter>
</SECTION>
<SECTION>
-<TITLE>Spawning Processes (fork/exec)</TITLE>
+<TITLE>Spawning Processes</TITLE>
<FILE>spawn</FILE>
GSpawnError
G_SPAWN_ERROR
--- /dev/null
+<!-- ##### SECTION Title ##### -->
+Shell-related Utilities
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### ENUM GShellError ##### -->
+<para>
+
+</para>
+
+@G_SHELL_ERROR_BAD_QUOTING:
+@G_SHELL_ERROR_EMPTY_STRING:
+@G_SHELL_ERROR_FAILED:
+
+<!-- ##### MACRO G_SHELL_ERROR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION g_shell_parse_argv ##### -->
+<para>
+
+</para>
+
+@command_line:
+@argcp:
+@argvp:
+@error:
+@Returns:
+<!-- # Unused Parameters # -->
+@argc:
+@argv:
+
+
+<!-- ##### FUNCTION g_shell_quote ##### -->
+<para>
+
+</para>
+
+@unquoted_string:
+@Returns:
+
+
+<!-- ##### FUNCTION g_shell_unquote ##### -->
+<para>
+
+</para>
+
+@quoted_string:
+@error:
+@Returns:
+
+