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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="file_ops.html" title="File Operations">
9
9
<link rel="prev" href="GFileEnumerator.html" title="GFileEnumerator">
10
10
<link rel="next" href="GMountOperation.html" title="GMountOperation">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
42
42
 
43
43
#define             <a class="link" href="gio-GIOError.html#G-IO-ERROR:CAPS" title="G_IO_ERROR">G_IO_ERROR</a>
44
44
enum                <a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum">GIOErrorEnum</a>;
45
 
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        <a class="link" href="gio-GIOError.html#g-io-error-from-errno" title="g_io_error_from_errno ()">g_io_error_from_errno</a>               (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> err_no</code></em>);
46
 
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        <a class="link" href="gio-GIOError.html#g-io-error-from-win32-error" title="g_io_error_from_win32_error ()">g_io_error_from_win32_error</a>         (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
 
45
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        <a class="link" href="gio-GIOError.html#g-io-error-from-errno" title="g_io_error_from_errno ()">g_io_error_from_errno</a>               (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> err_no</code></em>);
 
46
<a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        <a class="link" href="gio-GIOError.html#g-io-error-from-win32-error" title="g_io_error_from_win32_error ()">g_io_error_from_win32_error</a>         (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
47
47
</pre>
48
48
</div>
49
49
<div class="refsect1">
60
60
</pre>
61
61
<p>
62
62
Error domain for GIO. Errors in this domain will be from the <a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="type">GIOErrorEnum</span></a> enumeration.
63
 
See <a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on error domains.
 
63
See <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on error domains.
64
64
</p>
65
65
</div>
66
66
<hr>
110
110
  G_IO_ERROR_PROXY_FAILED,
111
111
  G_IO_ERROR_PROXY_AUTH_FAILED,
112
112
  G_IO_ERROR_PROXY_NEED_AUTH,
113
 
  G_IO_ERROR_PROXY_NOT_ALLOWED
 
113
  G_IO_ERROR_PROXY_NOT_ALLOWED,
 
114
  G_IO_ERROR_BROKEN_PIPE
114
115
} GIOErrorEnum;
115
116
</pre>
116
117
<p>
302
303
</tr>
303
304
<tr>
304
305
<td><p><a name="G-IO-ERROR-INVALID-DATA:CAPS"></a><span class="term"><code class="literal">G_IO_ERROR_INVALID_DATA</code></span></p></td>
305
 
<td>There input data was invalid. Since 2.24
 
306
<td>The input data was invalid. Since 2.24
306
307
</td>
307
308
</tr>
308
309
<tr>
309
310
<td><p><a name="G-IO-ERROR-DBUS-ERROR:CAPS"></a><span class="term"><code class="literal">G_IO_ERROR_DBUS_ERROR</code></span></p></td>
310
311
<td>A remote object generated an error that
311
 
    doesn't correspond to a locally registered <a href="./../glib/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> error
 
312
    doesn't correspond to a locally registered <a href="../glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> error
312
313
    domain. Use <a class="link" href="gio-GDBusError.html#g-dbus-error-get-remote-error" title="g_dbus_error_get_remote_error ()"><code class="function">g_dbus_error_get_remote_error()</code></a> to extract the D-Bus
313
314
    error name and <a class="link" href="gio-GDBusError.html#g-dbus-error-strip-remote-error" title="g_dbus_error_strip_remote_error ()"><code class="function">g_dbus_error_strip_remote_error()</code></a> to fix up the
314
315
    message so it matches what was received on the wire. Since 2.26.
350
351
    Since 2.26
351
352
</td>
352
353
</tr>
 
354
<tr>
 
355
<td><p><a name="G-IO-ERROR-BROKEN-PIPE:CAPS"></a><span class="term"><code class="literal">G_IO_ERROR_BROKEN_PIPE</code></span></p></td>
 
356
<td>Broken pipe. Since 2.36
 
357
</td>
 
358
</tr>
353
359
</tbody>
354
360
</table></div>
355
361
</div>
356
362
<hr>
357
363
<div class="refsect2">
358
364
<a name="g-io-error-from-errno"></a><h3>g_io_error_from_errno ()</h3>
359
 
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        g_io_error_from_errno               (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> err_no</code></em>);</pre>
 
365
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        g_io_error_from_errno               (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> err_no</code></em>);</pre>
360
366
<p>
361
367
Converts errno.h error codes into GIO error codes.
362
368
</p>
381
387
<hr>
382
388
<div class="refsect2">
383
389
<a name="g-io-error-from-win32-error"></a><h3>g_io_error_from_win32_error ()</h3>
384
 
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        g_io_error_from_win32_error         (<em class="parameter"><code><a href="./../glib/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
 
390
<pre class="programlisting"><a class="link" href="gio-GIOError.html#GIOErrorEnum" title="enum GIOErrorEnum"><span class="returnvalue">GIOErrorEnum</span></a>        g_io_error_from_win32_error         (<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
385
391
<p>
386
392
Converts some common error codes into GIO error codes. The
387
393
fallback value G_IO_ERROR_FAILED is returned for error codes not
410
416
</div>
411
417
<div class="footer">
412
418
<hr>
413
 
          Generated by GTK-Doc V1.18</div>
 
419
          Generated by GTK-Doc V1.18.1</div>
414
420
</body>
415
421
</html>
 
 
b'\\ No newline at end of file'