1<!-- ##### SECTION Title ##### --> 2Shell-related Utilities 3 4<!-- ##### SECTION Short_Description ##### --> 5shell-like commandline handling 6 7<!-- ##### SECTION Long_Description ##### --> 8<para> 9 10</para> 11 12<!-- ##### SECTION See_Also ##### --> 13<para> 14 15</para> 16 17<!-- ##### SECTION Stability_Level ##### --> 18 19 20<!-- ##### ENUM GShellError ##### --> 21<para> 22Error codes returned by shell functions. 23</para> 24 25@G_SHELL_ERROR_BAD_QUOTING: Mismatched or otherwise mangled quoting. 26@G_SHELL_ERROR_EMPTY_STRING: String to be parsed was empty. 27@G_SHELL_ERROR_FAILED: Some other error. 28 29<!-- ##### MACRO G_SHELL_ERROR ##### --> 30<para> 31Error domain for shell functions. Errors in this domain will 32be from the #GShellError enumeration. See #GError for information on 33error domains. 34</para> 35 36 37 38<!-- ##### FUNCTION g_shell_parse_argv ##### --> 39<para> 40 41</para> 42 43@command_line: 44@argcp: 45@argvp: 46@error: 47@Returns: 48 49 50<!-- ##### FUNCTION g_shell_quote ##### --> 51<para> 52 53</para> 54 55@unquoted_string: 56@Returns: 57 58 59<!-- ##### FUNCTION g_shell_unquote ##### --> 60<para> 61 62</para> 63 64@quoted_string: 65@error: 66@Returns: 67 68 69