~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

Viewing changes to docs/reference/xml/config.xml

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2006-09-03 21:58:15 UTC
  • mto: (2.1.1 edgy) (1.1.5 upstream) (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060903215815-rtvvfzhaer8ymyp4
Tags: upstream-0.54.6-2.1.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.6-2.1.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="libuser-config">
2
2
<refmeta>
3
 
<refentrytitle>config</refentrytitle>
 
3
<refentrytitle id="top_of_page">config</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBUSER Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>config</refname><refpurpose>Routines for reading configuration information for the libuser library.</refpurpose>
 
9
<refname>config</refname>
 
10
<refpurpose>Routines for reading configuration information for the libuser library.</refpurpose>
 
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
10
12
</refnamediv>
11
13
 
12
 
<refsynopsisdiv><title>Synopsis</title>
 
14
<refsynopsisdiv id="synopsis">
 
15
<title id="synopsis.title">Synopsis</title>
13
16
 
14
17
<synopsis>
15
18
 
34
37
 
35
38
 
36
39
 
37
 
<refsect1>
38
 
<title>Description</title>
 
40
<refsect1 id="desc">
 
41
<title id="desc.title">Description</title>
39
42
<para>
40
43
These routines allow an application or module to read configuration data
41
44
from the libuser configuration.
42
45
</para>
43
46
</refsect1>
44
47
 
45
 
<refsect1>
46
 
<title>Details</title>
 
48
<refsect1 id="details">
 
49
<title id="details.title">Details</title>
47
50
<refsect2>
48
 
<title><anchor id="lu-cfg-read"/>lu_cfg_read ()</title>
 
51
<title><anchor id="lu-cfg-read" role="function"/>lu_cfg_read ()</title>
49
52
<indexterm><primary>lu_cfg_read</primary></indexterm><programlisting><link linkend="GList">GList</link>*      lu_cfg_read                     (struct <link linkend="lu-context">lu_context</link> *context,
50
53
                                             const <link linkend="char">char</link> *key,
51
54
                                             const <link linkend="char">char</link> *default_value);</programlisting>
71
74
</simpara></listitem></varlistentry>
72
75
</variablelist></refsect2>
73
76
<refsect2>
74
 
<title><anchor id="lu-cfg-read-single"/>lu_cfg_read_single ()</title>
 
77
<title><anchor id="lu-cfg-read-single" role="function"/>lu_cfg_read_single ()</title>
75
78
<indexterm><primary>lu_cfg_read_single</primary></indexterm><programlisting>const <link linkend="char">char</link>* lu_cfg_read_single              (struct <link linkend="lu-context">lu_context</link> *context,
76
79
                                             const <link linkend="char">char</link> *key,
77
80
                                             const <link linkend="char">char</link> *default_value);</programlisting>
98
101
</simpara></listitem></varlistentry>
99
102
</variablelist></refsect2>
100
103
<refsect2>
101
 
<title><anchor id="lu-cfg-read-keys"/>lu_cfg_read_keys ()</title>
 
104
<title><anchor id="lu-cfg-read-keys" role="function"/>lu_cfg_read_keys ()</title>
102
105
<indexterm><primary>lu_cfg_read_keys</primary></indexterm><programlisting><link linkend="GList">GList</link>*      lu_cfg_read_keys                (struct <link linkend="lu-context">lu_context</link> *context,
103
106
                                             const <link linkend="char">char</link> *parent_key);</programlisting>
104
107
<para>