API published in:
API deprecated in:
#include <_ansi.h>
#include <glib/gerror.h>
Go to the source code of this file.
Defines |
|
#define | G_SHELL_ERROR g_shell_error_quark () |
Enumerations |
|
enum | GShellError { G_SHELL_ERROR_BAD_QUOTING, G_SHELL_ERROR_EMPTY_STRING, G_SHELL_ERROR_FAILED } |
Functions |
|
IMPORT_C GQuark | g_shell_error_quark (void) |
IMPORT_C gchar * | g_shell_quote (const gchar *unquoted_string) |
IMPORT_C gchar * | g_shell_unquote (const gchar *quoted_string, GError **error) |
IMPORT_C gboolean | g_shell_parse_argv (const gchar *command_line, gint *argcp, gchar ***argvp, GError **error) |
|
|
|
|
|
|