TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.9
Quotes a string so that the shell (/bin/sh) will interpret the quoted string to mean unquoted_string.
unquoted_string
If you pass a filename to the shell, for example, you should first quote it with this function.
The return value must be freed with g_free().
g_free()
The quoting style used is undefined (single or double quotes may be used).
a literal string
quoted string
Quotes a string so that the shell (/bin/sh) will interpret the quoted string to mean
unquoted_string.If you pass a filename to the shell, for example, you should first quote it with this function.
The return value must be freed with
g_free().The quoting style used is undefined (single or double quotes may be used).