~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to doc/reference/html/ch02.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>Configuration</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
7
<link rel="start" href="index.html" title="GNOME Library Reference Manual">
 
8
<link rel="up" href="libgnome.html" title="Part&#160;I.&#160;GNOME Library (libgnome)">
 
9
<link rel="prev" href="libgnome-gnome-exec.html" title="gnome-exec">
 
10
<link rel="next" href="libgnome-gnome-gconf.html" title="gnome-gconf">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="libgnome.html" title="Part&#160;I.&#160;GNOME Library (libgnome)">
 
14
<link rel="chapter" href="ch01.html" title="Initializing Applications and Starting Programs">
 
15
<link rel="chapter" href="ch02.html" title="Configuration">
 
16
<link rel="chapter" href="ch03.html" title="Displaying Help and External Info">
 
17
<link rel="chapter" href="ch04.html" title="Miscellaneous">
 
18
<link rel="chapter" href="ch05.html" title="Lower Level Interactions">
 
19
<link rel="chapter" href="ch06.html" title="Deprecated Modules">
 
20
<link rel="index" href="ix01.html" title="Index">
 
21
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
 
22
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
 
23
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
 
24
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
 
25
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
 
26
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
27
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
 
28
<link rel="index" href="ix09.html" title="Index of new symbols in 2.14">
 
29
<link rel="index" href="ix10.html" title="Index of new symbols in 2.16">
 
30
</head>
 
31
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
32
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
33
<td><a accesskey="p" href="libgnome-gnome-exec.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
34
<td><a accesskey="u" href="libgnome.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
35
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
36
<th width="100%" align="center">GNOME Library Reference Manual</th>
 
37
<td><a accesskey="n" href="libgnome-gnome-gconf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
38
</tr></table>
 
39
<div class="chapter" lang="en">
 
40
<div class="titlepage"><div><div><h2 class="title">
 
41
<a name="id2982762"></a>Configuration</h2></div></div></div>
 
42
<div class="toc"><dl><dt>
 
43
<span class="refentrytitle"><a href="libgnome-gnome-gconf.html">gnome-gconf</a></span><span class="refpurpose"> - Provides access to the gconf module.</span>
 
44
</dt></dl></div>
 
45
<p>This group of functions allow an application to set and retrieve
 
46
       configuration information, as well as popping in and out of the user's
 
47
       selected locale (for manipulating system data in a locale-independent
 
48
       fashion).
 
49
       </p>
 
50
</div>
 
51
</body>
 
52
</html>