12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibUriHideFlags>: </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="re79.html" title="<%GLibUriFlags>">
- <link rel="next" href="re81.html" title="<%GLibUriParamsFlags>">
- <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="re79.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re81.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.81"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibUriHideFlags></h2>
- <p><%GLibUriHideFlags></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.81.2"></a><h2>Description</h2>
- <p>Flags describing what parts of the URI to hide in
- <code class="function">g_uri_to_string_partial()</code>. Note that <code class="constant">G_URI_HIDE_PASSWORD</code> and
- <code class="constant">G_URI_HIDE_AUTH_PARAMS</code> will only work if the <span class="type">GUri</span> was parsed with
- the corresponding flags.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.81.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.81.3.2"></a><h3>none</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_NONE</code></span></em></p>
- <p>No flags set.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.81.3.3"></a><h3>userinfo</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_USERINFO</code></span></em></p>
- <p>Hide the userinfo.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.81.3.4"></a><h3>password</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_PASSWORD</code></span></em></p>
- <p>Hide the password.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.81.3.5"></a><h3>auth-params</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_AUTH_PARAMS</code></span></em></p>
- <p>Hide the auth_params.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.81.3.6"></a><h3>query</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_QUERY</code></span></em></p>
- <p>Hide the query.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.81.3.7"></a><h3>fragment</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_URI_HIDE_FRAGMENT</code></span></em></p>
- <p>Hide the fragment.</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|