mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
docs: Fill in gshell long description
This commit is contained in:
parent
ad5b4bf92e
commit
06b7786f31
@ -37,7 +37,15 @@
|
|||||||
* SECTION:shell
|
* SECTION:shell
|
||||||
* @title: Shell-related Utilities
|
* @title: Shell-related Utilities
|
||||||
* @short_description: shell-like commandline handling
|
* @short_description: shell-like commandline handling
|
||||||
**/
|
*
|
||||||
|
* GLib provides the functions g_shell_quote() and g_shell_unquote()
|
||||||
|
* to handle shell-like quoting in strings. The function g_shell_parse_argv()
|
||||||
|
* parses a string similar to the way a POSIX shell (/bin/sh) would.
|
||||||
|
*
|
||||||
|
* Note that string handling in shells has many obscure and historical
|
||||||
|
* corner-cases which these functions do not necessarily reproduce. They
|
||||||
|
* are good enough in practice, though.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* G_SHELL_ERROR:
|
* G_SHELL_ERROR:
|
||||||
|
Loading…
Reference in New Issue
Block a user