mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GShell: move docs from tmpl to .c
This commit is contained in:
1
docs/reference/glib/tmpl/.gitignore
vendored
1
docs/reference/glib/tmpl/.gitignore
vendored
@@ -5,5 +5,6 @@ gvarianttype.sgml
|
||||
hash_tables.sgml
|
||||
option.sgml
|
||||
random_numbers.sgml
|
||||
shell.sgml
|
||||
threads.sgml
|
||||
timers.sgml
|
||||
|
@@ -1,68 +0,0 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
Shell-related Utilities
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
shell-like commandline handling
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GShellError ##### -->
|
||||
<para>
|
||||
Error codes returned by shell functions.
|
||||
</para>
|
||||
|
||||
@G_SHELL_ERROR_BAD_QUOTING: Mismatched or otherwise mangled quoting.
|
||||
@G_SHELL_ERROR_EMPTY_STRING: String to be parsed was empty.
|
||||
@G_SHELL_ERROR_FAILED: Some other error.
|
||||
|
||||
<!-- ##### MACRO G_SHELL_ERROR ##### -->
|
||||
<para>
|
||||
Error domain for shell functions. Errors in this domain will
|
||||
be from the #GShellError enumeration. See #GError for information on
|
||||
error domains.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_shell_parse_argv ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@command_line:
|
||||
@argcp:
|
||||
@argvp:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_shell_quote ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@unquoted_string:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_shell_unquote ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@quoted_string:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
Reference in New Issue
Block a user