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

« back to all changes in this revision

Viewing changes to docs/reference/html/ch01.html

  • 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
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>libuser</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="libuser Reference Manual"><link rel="up" href="index.html" title="libuser Reference Manual"><link rel="prev" href="index.html" title="libuser Reference Manual"><link rel="next" href="libuser-config.html" title="config"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="chapter" href="ch01.html" title="libuser"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">libuser Reference Manual</th><td><a accesskey="n" href="libuser-config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2670813"></a>libuser</h2></div></div></div><div class="toc"><dl><dt><span class="refentrytitle"><a href="libuser-config.html">config</a></span><span class="refpurpose"> - Routines for reading configuration information for the libuser library.</span></dt><dt><span class="refentrytitle"><a href="libuser-value.html">value</a></span><span class="refpurpose"> - Simplified interface to GValue types used in libuser entities.</span></dt><dt><span class="refentrytitle"><a href="libuser-entity.html">entity</a></span><span class="refpurpose"> - 
2
 
Functions for manipulating lu_ent structures.</span></dt><dt><span class="refentrytitle"><a href="libuser-error.html">error</a></span><span class="refpurpose"> - Functions for allocating and manipulating lu_error structures.</span></dt><dt><span class="refentrytitle"><a href="libuser-prompt.html">prompt</a></span><span class="refpurpose"> - 
3
 
Sample prompter functions for use with the libuser library.</span></dt><dt><span class="refentrytitle"><a href="libuser-quota.html">quota</a></span><span class="refpurpose"> - Functions for manipulating disk quotas.</span></dt><dt><span class="refentrytitle"><a href="libuser-user.html">user</a></span><span class="refpurpose"> - 
 
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>libuser</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
7
<link rel="start" href="index.html" title="libuser Reference Manual">
 
8
<link rel="up" href="index.html" title="libuser Reference Manual">
 
9
<link rel="prev" href="index.html" title="libuser Reference Manual">
 
10
<link rel="next" href="libuser-config.html" title="config">
 
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="ch01.html" title="libuser">
 
14
</head>
 
15
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
16
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
17
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td>&#160;</td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">libuser Reference Manual</th>
 
21
<td><a accesskey="n" href="libuser-config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr></table>
 
23
<div class="chapter" lang="en">
 
24
<div class="titlepage"><div><div><h2 class="title">
 
25
<a name="id3016631"></a>libuser</h2></div></div></div>
 
26
<div class="toc"><dl>
 
27
<dt>
 
28
<span class="refentrytitle"><a href="libuser-config.html">config</a></span><span class="refpurpose"> - Routines for reading configuration information for the libuser library.</span>
 
29
</dt>
 
30
<dt>
 
31
<span class="refentrytitle"><a href="libuser-value.html">value</a></span><span class="refpurpose"> - Simplified interface to GValue types used in libuser entities.</span>
 
32
</dt>
 
33
<dt>
 
34
<span class="refentrytitle"><a href="libuser-entity.html">entity</a></span><span class="refpurpose"> - 
 
35
Functions for manipulating lu_ent structures.</span>
 
36
</dt>
 
37
<dt>
 
38
<span class="refentrytitle"><a href="libuser-error.html">error</a></span><span class="refpurpose"> - Functions for allocating and manipulating lu_error structures.</span>
 
39
</dt>
 
40
<dt>
 
41
<span class="refentrytitle"><a href="libuser-prompt.html">prompt</a></span><span class="refpurpose"> - 
 
42
Sample prompter functions for use with the libuser library.</span>
 
43
</dt>
 
44
<dt>
 
45
<span class="refentrytitle"><a href="libuser-quota.html">quota</a></span><span class="refpurpose"> - Functions for manipulating disk quotas.</span>
 
46
</dt>
 
47
<dt>
 
48
<span class="refentrytitle"><a href="libuser-user.html">user</a></span><span class="refpurpose"> - 
4
49
Functions for initializing the library, looking up information, and making 
5
 
changes to the system information store.</span></dt></dl></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="index.html"><b>&lt;&lt;�libuser Reference Manual</b></a></td><td align="right"><a accesskey="n" href="libuser-config.html"><b>config�&gt;&gt;</b></a></td></tr></table></body></html>
 
50
changes to the system information store.</span>
 
51
</dt>
 
52
</dl></div>
 
53
</div>
 
54
</body>
 
55
</html>