gshell.h File Reference

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)

Define Documentation

#define G_SHELL_ERROR   g_shell_error_quark ()
 

Enumeration Type Documentation

enum GShellError
 
Enumerator:
G_SHELL_ERROR_BAD_QUOTING 
G_SHELL_ERROR_EMPTY_STRING 
G_SHELL_ERROR_FAILED 

Function Documentation

IMPORT_C GQuark g_shell_error_quark void   ) 
 
IMPORT_C gboolean g_shell_parse_argv const gchar command_line,
gint argcp,
gchar ***  argvp,
GError **  error
 
IMPORT_C gchar* g_shell_quote const gchar unquoted_string  ) 
 
IMPORT_C gchar* g_shell_unquote const gchar quoted_string,
GError **  error
 

Copyright © Nokia Corporation 2001-2008
Back to top