mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
remove parens from section name, confuses gtk-doc
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
This commit is contained in:
parent
d4ff0ef999
commit
7e85ae4f28
@ -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
|
||||
|
@ -46,6 +46,11 @@
|
||||
<!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>
|
||||
@ -89,6 +94,10 @@
|
||||
&glib-Lexical-Scanner;
|
||||
&glib-Automatic-String-Completion;
|
||||
&glib-Timers;
|
||||
&glib-Spawn;
|
||||
&glib-Fileutils;
|
||||
&glib-Shell;
|
||||
&glib-Markup;
|
||||
&glib-Windows-Compatability-Functions;
|
||||
</chapter>
|
||||
|
||||
|
@ -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
|
||||
|
66
docs/reference/glib/tmpl/shell.sgml
Normal file
66
docs/reference/glib/tmpl/shell.sgml
Normal file
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user