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

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-utilities.html

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GLib Utilities</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GLib Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="index.html" title="GLib Reference Manual">
9
9
<link rel="prev" href="glib-Message-Logging.html" title="Message Logging">
10
10
<link rel="next" href="glib-String-Utility-Functions.html" title="String Utility Functions">
11
 
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="glib.html" title="GLib Overview">
14
14
<link rel="chapter" href="glib-fundamentals.html" title="GLib Fundamentals">
26
26
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
27
27
<link rel="index" href="ix09.html" title="Index of new symbols in 2.14">
28
28
<link rel="index" href="ix10.html" title="Index of new symbols in 2.16">
 
29
<link rel="index" href="ix11.html" title="Index of new symbols in 2.18">
29
30
</head>
30
31
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
31
32
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
32
33
<td><a accesskey="p" href="glib-Message-Logging.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
33
 
<td>&#160;</td>
 
34
<td> </td>
34
35
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
35
36
<th width="100%" align="center">GLib Reference Manual</th>
36
37
<td><a accesskey="n" href="glib-String-Utility-Functions.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
40
41
<a name="glib-utilities"></a>GLib Utilities</h2></div></div></div>
41
42
<div class="toc"><dl>
42
43
<dt>
43
 
<span class="refentrytitle"><a href="glib-String-Utility-Functions.html">String Utility Functions</a></span><span class="refpurpose"> &#8212; various string-related functions</span>
44
 
</dt>
45
 
<dt>
46
 
<span class="refentrytitle"><a href="glib-Character-Set-Conversion.html">Character Set Conversion</a></span><span class="refpurpose"> &#8212; convert strings between different character sets using <code class="function">iconv()</code></span>
47
 
</dt>
48
 
<dt>
49
 
<span class="refentrytitle"><a href="glib-Unicode-Manipulation.html">Unicode Manipulation</a></span><span class="refpurpose"> &#8212; functions operating on Unicode characters and UTF-8 strings</span>
50
 
</dt>
51
 
<dt>
52
 
<span class="refentrytitle"><a href="glib-Base64-Encoding.html">Base64 Encoding</a></span><span class="refpurpose"> &#8212; encodes and decodes data in Base64 format</span>
53
 
</dt>
54
 
<dt>
55
 
<span class="refentrytitle"><a href="glib-Data-Checksums.html">Data Checksums</a></span><span class="refpurpose"> &#8212; Computes the checksum for data</span>
56
 
</dt>
57
 
<dt>
58
 
<span class="refentrytitle"><a href="glib-I18N.html">Internationalization</a></span><span class="refpurpose"> &#8212; gettext support macros</span>
59
 
</dt>
60
 
<dt>
61
 
<span class="refentrytitle"><a href="glib-Date-and-Time-Functions.html">Date and Time Functions</a></span><span class="refpurpose"> &#8212; calendrical calculations and miscellaneous time stuff</span>
62
 
</dt>
63
 
<dt>
64
 
<span class="refentrytitle"><a href="glib-Random-Numbers.html">Random Numbers</a></span><span class="refpurpose"> &#8212; pseudo-random number generator</span>
65
 
</dt>
66
 
<dt>
67
 
<span class="refentrytitle"><a href="glib-Hook-Functions.html">Hook Functions</a></span><span class="refpurpose"> &#8212; support for manipulating lists of hook functions</span>
68
 
</dt>
69
 
<dt>
70
 
<span class="refentrytitle"><a href="glib-Miscellaneous-Utility-Functions.html">Miscellaneous Utility Functions</a></span><span class="refpurpose"> &#8212; a selection of portable utility functions</span>
71
 
</dt>
72
 
<dt>
73
 
<span class="refentrytitle"><a href="glib-Lexical-Scanner.html">Lexical Scanner</a></span><span class="refpurpose"> &#8212; a general purpose lexical scanner</span>
74
 
</dt>
75
 
<dt>
76
 
<span class="refentrytitle"><a href="glib-Automatic-String-Completion.html">Automatic String Completion</a></span><span class="refpurpose"> &#8212; support for automatic completion using a group of target strings</span>
77
 
</dt>
78
 
<dt>
79
 
<span class="refentrytitle"><a href="glib-Timers.html">Timers</a></span><span class="refpurpose"> &#8212; keep track of elapsed time</span>
80
 
</dt>
81
 
<dt>
82
 
<span class="refentrytitle"><a href="glib-Spawning-Processes.html">Spawning Processes</a></span><span class="refpurpose"> &#8212; process launching with <code class="function">fork()</code>/<code class="function">exec()</code></span>
83
 
</dt>
84
 
<dt>
85
 
<span class="refentrytitle"><a href="glib-File-Utilities.html">File Utilities</a></span><span class="refpurpose"> &#8212; various file-related functions</span>
86
 
</dt>
87
 
<dt>
88
 
<span class="refentrytitle"><a href="glib-URI-Functions.html">URI Functions</a></span><span class="refpurpose"> &#8212; URI Functions</span>
89
 
</dt>
90
 
<dt>
91
 
<span class="refentrytitle"><a href="glib-Shell-related-Utilities.html">Shell-related Utilities</a></span><span class="refpurpose"> &#8212; shell-like commandline handling</span>
92
 
</dt>
93
 
<dt>
94
 
<span class="refentrytitle"><a href="glib-Commandline-option-parser.html">Commandline option parser</a></span><span class="refpurpose"> &#8212; parses commandline options</span>
95
 
</dt>
96
 
<dt>
97
 
<span class="refentrytitle"><a href="glib-Glob-style-pattern-matching.html">Glob-style pattern matching</a></span><span class="refpurpose"> &#8212; matches strings against patterns containing '*' (wildcard) and '?' (joker)</span>
98
 
</dt>
99
 
<dt>
100
 
<span class="refentrytitle"><a href="glib-Perl-compatible-regular-expressions.html">Perl-compatible regular expressions</a></span><span class="refpurpose"> &#8212; matches strings against regular expressions</span>
101
 
</dt>
102
 
<dt>
103
 
<span class="refentrytitle"><a href="glib-Simple-XML-Subset-Parser.html">Simple XML Subset Parser</a></span><span class="refpurpose"> &#8212; parses a subset of XML</span>
104
 
</dt>
105
 
<dt>
106
 
<span class="refentrytitle"><a href="glib-Key-value-file-parser.html">Key-value file parser</a></span><span class="refpurpose"> &#8212; parses <code class="filename">.ini</code>-like config files</span>
107
 
</dt>
108
 
<dt>
109
 
<span class="refentrytitle"><a href="glib-Bookmark-file-parser.html">Bookmark file parser</a></span><span class="refpurpose"> &#8212; parses files containing bookmarks</span>
110
 
</dt>
111
 
<dt>
112
 
<span class="refentrytitle"><a href="glib-Testing.html">Testing</a></span><span class="refpurpose"></span>
113
 
</dt>
114
 
<dt>
115
 
<span class="refentrytitle"><a href="glib-Windows-Compatibility-Functions.html">Windows Compatibility Functions</a></span><span class="refpurpose"> &#8212; UNIX emulation on Windows</span>
 
44
<span class="refentrytitle"><a href="glib-String-Utility-Functions.html">String Utility Functions</a></span><span class="refpurpose"> — various string-related functions</span>
 
45
</dt>
 
46
<dt>
 
47
<span class="refentrytitle"><a href="glib-Character-Set-Conversion.html">Character Set Conversion</a></span><span class="refpurpose"> — convert strings between different character sets using <code class="function">iconv()</code></span>
 
48
</dt>
 
49
<dt>
 
50
<span class="refentrytitle"><a href="glib-Unicode-Manipulation.html">Unicode Manipulation</a></span><span class="refpurpose"> — functions operating on Unicode characters and UTF-8 strings</span>
 
51
</dt>
 
52
<dt>
 
53
<span class="refentrytitle"><a href="glib-Base64-Encoding.html">Base64 Encoding</a></span><span class="refpurpose"> — encodes and decodes data in Base64 format</span>
 
54
</dt>
 
55
<dt>
 
56
<span class="refentrytitle"><a href="glib-Data-Checksums.html">Data Checksums</a></span><span class="refpurpose"> — Computes the checksum for data</span>
 
57
</dt>
 
58
<dt>
 
59
<span class="refentrytitle"><a href="glib-I18N.html">Internationalization</a></span><span class="refpurpose"> — gettext support macros</span>
 
60
</dt>
 
61
<dt>
 
62
<span class="refentrytitle"><a href="glib-Date-and-Time-Functions.html">Date and Time Functions</a></span><span class="refpurpose"> — calendrical calculations and miscellaneous time stuff</span>
 
63
</dt>
 
64
<dt>
 
65
<span class="refentrytitle"><a href="glib-Random-Numbers.html">Random Numbers</a></span><span class="refpurpose"> — pseudo-random number generator</span>
 
66
</dt>
 
67
<dt>
 
68
<span class="refentrytitle"><a href="glib-Hook-Functions.html">Hook Functions</a></span><span class="refpurpose"> — support for manipulating lists of hook functions</span>
 
69
</dt>
 
70
<dt>
 
71
<span class="refentrytitle"><a href="glib-Miscellaneous-Utility-Functions.html">Miscellaneous Utility Functions</a></span><span class="refpurpose"> — a selection of portable utility functions</span>
 
72
</dt>
 
73
<dt>
 
74
<span class="refentrytitle"><a href="glib-Lexical-Scanner.html">Lexical Scanner</a></span><span class="refpurpose"> — a general purpose lexical scanner</span>
 
75
</dt>
 
76
<dt>
 
77
<span class="refentrytitle"><a href="glib-Automatic-String-Completion.html">Automatic String Completion</a></span><span class="refpurpose"> — support for automatic completion using a group of target strings</span>
 
78
</dt>
 
79
<dt>
 
80
<span class="refentrytitle"><a href="glib-Timers.html">Timers</a></span><span class="refpurpose"> — keep track of elapsed time</span>
 
81
</dt>
 
82
<dt>
 
83
<span class="refentrytitle"><a href="glib-Spawning-Processes.html">Spawning Processes</a></span><span class="refpurpose"> — process launching</span>
 
84
</dt>
 
85
<dt>
 
86
<span class="refentrytitle"><a href="glib-File-Utilities.html">File Utilities</a></span><span class="refpurpose"> — various file-related functions</span>
 
87
</dt>
 
88
<dt>
 
89
<span class="refentrytitle"><a href="glib-URI-Functions.html">URI Functions</a></span><span class="refpurpose"> — URI Functions</span>
 
90
</dt>
 
91
<dt>
 
92
<span class="refentrytitle"><a href="glib-Shell-related-Utilities.html">Shell-related Utilities</a></span><span class="refpurpose"> — shell-like commandline handling</span>
 
93
</dt>
 
94
<dt>
 
95
<span class="refentrytitle"><a href="glib-Commandline-option-parser.html">Commandline option parser</a></span><span class="refpurpose"> — parses commandline options</span>
 
96
</dt>
 
97
<dt>
 
98
<span class="refentrytitle"><a href="glib-Glob-style-pattern-matching.html">Glob-style pattern matching</a></span><span class="refpurpose"> — matches strings against patterns containing '*' (wildcard) and '?' (joker)</span>
 
99
</dt>
 
100
<dt>
 
101
<span class="refentrytitle"><a href="glib-Perl-compatible-regular-expressions.html">Perl-compatible regular expressions</a></span><span class="refpurpose"> — matches strings against regular expressions</span>
 
102
</dt>
 
103
<dt>
 
104
<span class="refentrytitle"><a href="glib-Simple-XML-Subset-Parser.html">Simple XML Subset Parser</a></span><span class="refpurpose"> — parses a subset of XML</span>
 
105
</dt>
 
106
<dt>
 
107
<span class="refentrytitle"><a href="glib-Key-value-file-parser.html">Key-value file parser</a></span><span class="refpurpose"> — parses <code class="filename">.ini</code>-like config files</span>
 
108
</dt>
 
109
<dt>
 
110
<span class="refentrytitle"><a href="glib-Bookmark-file-parser.html">Bookmark file parser</a></span><span class="refpurpose"> — parses files containing bookmarks</span>
 
111
</dt>
 
112
<dt>
 
113
<span class="refentrytitle"><a href="glib-Testing.html">Testing</a></span><span class="refpurpose"> — a test framework</span>
 
114
</dt>
 
115
<dt>
 
116
<span class="refentrytitle"><a href="glib-Windows-Compatibility-Functions.html">Windows Compatibility Functions</a></span><span class="refpurpose"> — UNIX emulation on Windows</span>
116
117
</dt>
117
118
</dl></div>
118
119
</div>
 
120
<div class="footer">
 
121
<hr>
 
122
          Generated by GTK-Doc V1.11</div>
119
123
</body>
120
124
</html>