~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Shell-related-Utilities.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-06-27 09:56:08 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627095608-pi9244lmozmr2cm6
Tags: 2.20.4-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Shell-related Utilities</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
<link rel="prev" href="glib-URI-Functions.html" title="URI Functions">
44
44
                <a href="#glib-Shell-related-Utilities.description" class="shortcut">Description</a>
45
45
</td></tr>
46
46
</table>
47
 
<div class="refentry" lang="en">
 
47
<div class="refentry" title="Shell-related Utilities">
48
48
<a name="glib-Shell-related-Utilities"></a><div class="titlepage"></div>
49
49
<div class="refnamediv"><table width="100%"><tr>
50
50
<td valign="top">
53
53
</td>
54
54
<td valign="top" align="right"></td>
55
55
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
56
<div class="refsynopsisdiv" title="Synopsis">
57
57
<a name="glib-Shell-related-Utilities.synopsis"></a><h2>Synopsis</h2>
58
58
<pre class="synopsis">
59
59
 
70
70
                                                         <a class="link" href="glib-Error-Reporting.html#GError" title="GError">GError</a> **error);
71
71
</pre>
72
72
</div>
73
 
<div class="refsect1" lang="en">
 
73
<div class="refsect1" title="Description">
74
74
<a name="glib-Shell-related-Utilities.description"></a><h2>Description</h2>
75
75
<p>
76
76
</p>
77
77
</div>
78
 
<div class="refsect1" lang="en">
 
78
<div class="refsect1" title="Details">
79
79
<a name="glib-Shell-related-Utilities.details"></a><h2>Details</h2>
80
 
<div class="refsect2" lang="en">
 
80
<div class="refsect2" title="enum GShellError">
81
81
<a name="GShellError"></a><h3>enum GShellError</h3>
82
82
<pre class="programlisting">typedef enum
83
83
{
113
113
</table></div>
114
114
</div>
115
115
<hr>
116
 
<div class="refsect2" lang="en">
 
116
<div class="refsect2" title="G_SHELL_ERROR">
117
117
<a name="G-SHELL-ERROR--CAPS"></a><h3>G_SHELL_ERROR</h3>
118
118
<pre class="programlisting">#define G_SHELL_ERROR g_shell_error_quark ()
119
119
</pre>
124
124
</p>
125
125
</div>
126
126
<hr>
127
 
<div class="refsect2" lang="en">
 
127
<div class="refsect2" title="g_shell_parse_argv ()">
128
128
<a name="g-shell-parse-argv"></a><h3>g_shell_parse_argv ()</h3>
129
129
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean">gboolean</a>            g_shell_parse_argv                  (const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar">gchar</a> *command_line,
130
130
                                                         <a class="link" href="glib-Basic-Types.html#gint" title="gint">gint</a> *argcp,
174
174
</table></div>
175
175
</div>
176
176
<hr>
177
 
<div class="refsect2" lang="en">
 
177
<div class="refsect2" title="g_shell_quote ()">
178
178
<a name="g-shell-quote"></a><h3>g_shell_quote ()</h3>
179
179
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar">gchar</a>*              g_shell_quote                       (const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar">gchar</a> *unquoted_string);</pre>
180
180
<p>
203
203
</table></div>
204
204
</div>
205
205
<hr>
206
 
<div class="refsect2" lang="en">
 
206
<div class="refsect2" title="g_shell_unquote ()">
207
207
<a name="g-shell-unquote"></a><h3>g_shell_unquote ()</h3>
208
208
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar">gchar</a>*              g_shell_unquote                     (const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar">gchar</a> *quoted_string,
209
209
                                                         <a class="link" href="glib-Error-Reporting.html#GError" title="GError">GError</a> **error);</pre>