~ubuntu-branches/ubuntu/utopic/glib2.0/utopic-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-URI-Functions.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-07-17 17:01:51 UTC
  • mfrom: (1.66.16)
  • Revision ID: package-import@ubuntu.com-20140717170151-o3ianrpdr4l1u3qr
Tags: 2.41.2-1~ubuntu1
* Upload from unreleased Debian SVN due to broken pcre3 in unstable.
* New upstream release
  - The Unicode support has been updated to version 7.0 of the Unicode
    standard
  - GNotification now supports priorities for notifications
  - GMutex now uses a faster, native implementation on Linux
* 0001-gvariant-tests-workaround-libc-compiler-issue.patch: Drop, applied
  upstream in this release.
* Add new symbols for this release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
9
9
<link rel="prev" href="glib-File-Utilities.html" title="File Utilities">
10
10
<link rel="next" href="glib-Hostname-Utilities.html" title="Hostname Utilities">
11
 
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.20.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">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
<td width="100%" align="left" class="shortcuts">
17
 
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
 
                  <a href="#glib-URI-Functions.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
 
                  <a href="#glib-URI-Functions.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
 
17
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
 
18
                  <a href="#glib-URI-Functions.description" class="shortcut">Description</a></span>
20
19
</td>
21
20
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
21
<td><a accesskey="u" href="glib-utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
131
130
</table></div>
132
131
</div>
133
132
<div class="refsect1">
134
 
<a name="glib-URI-Functions.object-hierarchy"></a><h2>Object Hierarchy</h2>
135
 
<pre class="screen">
136
 
</pre>
137
 
</div>
138
 
<div class="refsect1">
139
133
<a name="glib-URI-Functions.includes"></a><h2>Includes</h2>
140
134
<pre class="synopsis">#include &lt;glib.h&gt;
141
135
</pre>
169
163
<p>
170
164
Common schemes include "file", "http", "svn+ssh", etc.</p>
171
165
<div class="refsect3">
172
 
<a name="id-1.5.19.8.2.7"></a><h4>Parameters</h4>
 
166
<a name="id-1.5.19.7.2.7"></a><h4>Parameters</h4>
173
167
<div class="informaltable"><table width="100%" border="0">
174
168
<colgroup>
175
169
<col width="150px" class="parameters_name">
184
178
</table></div>
185
179
</div>
186
180
<div class="refsect3">
187
 
<a name="id-1.5.19.8.2.8"></a><h4>Returns</h4>
 
181
<a name="id-1.5.19.7.2.8"></a><h4>Returns</h4>
188
182
<p> The "Scheme" component of the URI, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on error.
189
183
The returned string should be freed when no longer needed.</p>
190
184
<p></p>
207
201
specification, since those are allowed unescaped in some portions of
208
202
a URI.</p>
209
203
<div class="refsect3">
210
 
<a name="id-1.5.19.8.3.6"></a><h4>Parameters</h4>
 
204
<a name="id-1.5.19.7.3.6"></a><h4>Parameters</h4>
211
205
<div class="informaltable"><table width="100%" border="0">
212
206
<colgroup>
213
207
<col width="150px" class="parameters_name">
235
229
</table></div>
236
230
</div>
237
231
<div class="refsect3">
238
 
<a name="id-1.5.19.8.3.7"></a><h4>Returns</h4>
 
232
<a name="id-1.5.19.7.3.7"></a><h4>Returns</h4>
239
233
<p> an escaped version of <em class="parameter"><code>unescaped</code></em>
240
234
. The returned string should be
241
235
freed when no longer needed.</p>
258
252
slash being expanded in an escaped path element, which might confuse pathname
259
253
handling.</p>
260
254
<div class="refsect3">
261
 
<a name="id-1.5.19.8.4.6"></a><h4>Parameters</h4>
 
255
<a name="id-1.5.19.7.4.6"></a><h4>Parameters</h4>
262
256
<div class="informaltable"><table width="100%" border="0">
263
257
<colgroup>
264
258
<col width="150px" class="parameters_name">
281
275
</table></div>
282
276
</div>
283
277
<div class="refsect3">
284
 
<a name="id-1.5.19.8.4.7"></a><h4>Returns</h4>
 
278
<a name="id-1.5.19.7.4.7"></a><h4>Returns</h4>
285
279
<p> an unescaped version of <em class="parameter"><code>escaped_string</code></em>
286
280
. The returned string
287
281
should be freed when no longer needed.</p>
305
299
slash being expanded in an escaped path element, which might confuse pathname
306
300
handling.</p>
307
301
<div class="refsect3">
308
 
<a name="id-1.5.19.8.5.6"></a><h4>Parameters</h4>
 
302
<a name="id-1.5.19.7.5.6"></a><h4>Parameters</h4>
309
303
<div class="informaltable"><table width="100%" border="0">
310
304
<colgroup>
311
305
<col width="150px" class="parameters_name">
333
327
</table></div>
334
328
</div>
335
329
<div class="refsect3">
336
 
<a name="id-1.5.19.8.5.7"></a><h4>Returns</h4>
 
330
<a name="id-1.5.19.7.5.7"></a><h4>Returns</h4>
337
331
<p> an unescaped version of <em class="parameter"><code>escaped_string</code></em>
338
332
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on error.
339
333
The returned string should be freed when no longer needed.  As a
353
347
mime type defined in RFC 2483 into individual URIs,
354
348
discarding any comments. The URIs are not validated.</p>
355
349
<div class="refsect3">
356
 
<a name="id-1.5.19.8.6.5"></a><h4>Parameters</h4>
 
350
<a name="id-1.5.19.7.6.5"></a><h4>Parameters</h4>
357
351
<div class="informaltable"><table width="100%" border="0">
358
352
<colgroup>
359
353
<col width="150px" class="parameters_name">
368
362
</table></div>
369
363
</div>
370
364
<div class="refsect3">
371
 
<a name="id-1.5.19.8.6.6"></a><h4>Returns</h4>
 
365
<a name="id-1.5.19.7.6.6"></a><h4>Returns</h4>
372
366
<p> a newly allocated <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>-terminated list
373
367
of strings holding the individual URIs. The array should be freed
374
368
with <a class="link" href="glib-String-Utility-Functions.html#g-strfreev" title="g_strfreev ()"><code class="function">g_strfreev()</code></a>. </p>
386
380
<p>Converts an escaped ASCII-encoded URI to a local filename in the
387
381
encoding used for filenames.</p>
388
382
<div class="refsect3">
389
 
<a name="id-1.5.19.8.7.5"></a><h4>Parameters</h4>
 
383
<a name="id-1.5.19.7.7.5"></a><h4>Parameters</h4>
390
384
<div class="informaltable"><table width="100%" border="0">
391
385
<colgroup>
392
386
<col width="150px" class="parameters_name">
416
410
</table></div>
417
411
</div>
418
412
<div class="refsect3">
419
 
<a name="id-1.5.19.8.7.6"></a><h4>Returns</h4>
 
413
<a name="id-1.5.19.7.7.6"></a><h4>Returns</h4>
420
414
<p> a newly-allocated string holding
421
415
the resulting filename, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on an error. </p>
422
416
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
432
426
<p>Converts an absolute filename to an escaped ASCII-encoded URI, with the path
433
427
component following Section 3.3. of RFC 2396.</p>
434
428
<div class="refsect3">
435
 
<a name="id-1.5.19.8.8.5"></a><h4>Parameters</h4>
 
429
<a name="id-1.5.19.7.8.5"></a><h4>Parameters</h4>
436
430
<div class="informaltable"><table width="100%" border="0">
437
431
<colgroup>
438
432
<col width="150px" class="parameters_name">
462
456
</table></div>
463
457
</div>
464
458
<div class="refsect3">
465
 
<a name="id-1.5.19.8.8.6"></a><h4>Returns</h4>
 
459
<a name="id-1.5.19.7.8.6"></a><h4>Returns</h4>
466
460
<p> a newly-allocated string holding the resulting
467
461
URI, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> on an error.</p>
468
462
<p></p>
509
503
</div>
510
504
<div class="footer">
511
505
<hr>
512
 
          Generated by GTK-Doc V1.20</div>
 
506
          Generated by GTK-Doc V1.20.1</div>
513
507
</body>
514
508
</html>
 
 
b'\\ No newline at end of file'