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

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/gio-GIOError.html

Tags: upstream-2.16.1
Import upstream version 2.16.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
<th width="100%" align="center">GIO Reference Manual</th>
41
41
<td><a accesskey="n" href="file_mon.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
42
42
</tr>
43
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3050962" class="shortcut">Top</a>
 
43
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3036595" class="shortcut">Top</a>
44
44
                  &#160;|&#160;
45
 
                  <a href="#id3028072" class="shortcut">Description</a></nobr></td></tr>
 
45
                  <a href="#id3118074" class="shortcut">Description</a></nobr></td></tr>
46
46
</table>
47
47
<div class="refentry" lang="en">
48
48
<a name="gio-GIOError"></a><div class="titlepage"></div>
49
49
<div class="refnamediv"><table width="100%"><tr>
50
50
<td valign="top">
51
51
<h2>
52
 
<a name="id3050962"></a><span class="refentrytitle">GIOError</span>
 
52
<a name="id3036595"></a><span class="refentrytitle">GIOError</span>
53
53
</h2>
54
54
<p>GIOError &#8212; Error helper functions</p>
55
55
</td>
71
71
</pre>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id3028072"></a><h2>Description</h2>
 
74
<a name="id3118074"></a><h2>Description</h2>
75
75
<p>
76
76
Contains helper functions for reporting errors to the user.</p>
77
77
<p>
79
79
</p>
80
80
</div>
81
81
<div class="refsect1" lang="en">
82
 
<a name="id3076395"></a><h2>Details</h2>
 
82
<a name="id3107132"></a><h2>Details</h2>
83
83
<div class="refsect2" lang="en">
84
 
<a name="id3048141"></a><h3>
 
84
<a name="id3091619"></a><h3>
85
85
<a name="G-IO-ERROR:CAPS"></a>G_IO_ERROR</h3>
86
 
<a class="indexterm" name="id3066164"></a><pre class="programlisting">#define G_IO_ERROR g_io_error_quark()
 
86
<a class="indexterm" name="id3111705"></a><pre class="programlisting">#define G_IO_ERROR g_io_error_quark()
87
87
</pre>
88
88
<p>
89
89
Error domain for GIO. Errors in this domain will be from the <a class="link" href="gio-GIOError.html#GIOErrorEnum"><span class="type">GIOErrorEnum</span></a> enumeration.
96
96
</div>
97
97
<hr>
98
98
<div class="refsect2" lang="en">
99
 
<a name="id3055553"></a><h3>
 
99
<a name="id3111739"></a><h3>
100
100
<a name="GIOErrorEnum"></a>enum GIOErrorEnum</h3>
101
 
<a class="indexterm" name="id3055565"></a><pre class="programlisting">typedef enum
 
101
<a class="indexterm" name="id3095622"></a><pre class="programlisting">typedef enum
102
102
{
103
103
  G_IO_ERROR_FAILED,
104
104
  G_IO_ERROR_NOT_FOUND,
301
301
</div>
302
302
<hr>
303
303
<div class="refsect2" lang="en">
304
 
<a name="id3029228"></a><h3>
 
304
<a name="id3152392"></a><h3>
305
305
<a name="g-io-error-from-errno"></a>g_io_error_from_errno ()</h3>
306
 
<a class="indexterm" name="id3029240"></a><pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum">GIOErrorEnum</a>        g_io_error_from_errno               (<a
 
306
<a class="indexterm" name="id3152404"></a><pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum">GIOErrorEnum</a>        g_io_error_from_errno               (<a
307
307
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
308
308
>gint</a> err_no);</pre>
309
309
<p>
329
329
</div>
330
330
</div>
331
331
<div class="refsect1" lang="en">
332
 
<a name="id3029309"></a><div class="refsect2" lang="en"><a name="id3029310"></a></div>
 
332
<a name="id3143061"></a><div class="refsect2" lang="en"><a name="id3143062"></a></div>
333
333
<hr>
334
 
<div class="refsect2" lang="en"><a name="id3029311"></a></div>
 
334
<div class="refsect2" lang="en"><a name="id3143063"></a></div>
335
335
</div>
336
336
</div>
337
337
</body>