remove parens from section name, confuses gtk-doc
authorHavoc Pennington <hp@pobox.com>
Sun, 5 Nov 2000 17:07:19 +0000 (17:07 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Sun, 5 Nov 2000 17:07:19 +0000 (17:07 +0000)
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

docs/reference/ChangeLog
docs/reference/glib/glib-docs.sgml
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/shell.sgml [new file with mode: 0644]

index c0d7459536fd2f3bd08d3c088f4e5ae0e35e18ed..cf3c50c233bbec9f06fad7f098ed01bdc7096fda 100644 (file)
@@ -1,3 +1,12 @@
+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
index cd3a6bdfa06ecab6a6ec9e64334278a86f6b3085..6c5c5f38c3e21bced138f28fa89b2493d37555c6 100644 (file)
 <!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>
 
index 39630e934324ad21c0fe42908fc1bcb639194ef5..c6c718d3f859407c285693c94a4a558a9d79e505 100644 (file)
@@ -679,7 +679,7 @@ g_timer_destroy
 </SECTION>
 
 <SECTION>
-<TITLE>Spawning Processes (fork/exec)</TITLE>
+<TITLE>Spawning Processes</TITLE>
 <FILE>spawn</FILE>
 GSpawnError
 G_SPAWN_ERROR
diff --git a/docs/reference/glib/tmpl/shell.sgml b/docs/reference/glib/tmpl/shell.sgml
new file mode 100644 (file)
index 0000000..9e8dcdd
--- /dev/null
@@ -0,0 +1,66 @@
+<!-- ##### 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: 
+
+