12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibUriError>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re77.html" title="<GUri>">
- <link rel="next" href="re79.html" title="<%GLibUriFlags>">
- <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
- <link rel="stylesheet" href="style.css" type="text/css">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re77.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re79.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.79"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibUriError></h2>
- <p><%GLibUriError></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.79.2"></a><h2>Description</h2>
- <p>Error codes returned by <span class="type">GUri</span> methods.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.79.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.79.3.2"></a><h3>failed</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_FAILED</code></span></em></p>
- <p>Generic error if no more specific error is available.
- See the error message for details.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.3"></a><h3>bad-scheme</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_SCHEME</code></span></em></p>
- <p>The scheme of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.4"></a><h3>bad-user</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_USER</code></span></em></p>
- <p>The user/userinfo of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.5"></a><h3>bad-password</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PASSWORD</code></span></em></p>
- <p>The password of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.6"></a><h3>bad-auth-params</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_AUTH_PARAMS</code></span></em></p>
- <p>The authentication parameters of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.7"></a><h3>bad-host</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_HOST</code></span></em></p>
- <p>The host of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.8"></a><h3>bad-port</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PORT</code></span></em></p>
- <p>The port of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.9"></a><h3>bad-path</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PATH</code></span></em></p>
- <p>The path of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.10"></a><h3>bad-query</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_QUERY</code></span></em></p>
- <p>The query of a URI could not be parsed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.79.3.11"></a><h3>bad-fragment</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_FRAGMENT</code></span></em></p>
- <p>The fragment of a URI could not be parsed.</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|