~ubuntu-branches/ubuntu/natty/gnome-vfs/natty

« back to all changes in this revision

Viewing changes to doc/html/about.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-17 16:12:58 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317161258-px3a2czt9g2ktjz3
Tags: 1:2.24.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Introduction to GnomeVFS</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
7
<link rel="home" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
8
8
<link rel="up" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
9
9
<link rel="prev" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
10
10
<link rel="next" href="gnome-vfs-first-steps.html" title="A Gentle Programming Primer">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="about.html" title="Introduction to GnomeVFS">
14
14
<link rel="chapter" href="data-types.html" title="Basic Data Types">
33
33
<div class="titlepage"><div><div><h2 class="title">
34
34
<a name="about"></a>Introduction to GnomeVFS</h2></div></div></div>
35
35
<div class="toc"><dl>
36
 
<dt><span class="sect1"><a href="about.html#id344122">Uses and Purpose</a></span></dt>
 
36
<dt><span class="sect1"><a href="about.html#id2519613">Uses and Purpose</a></span></dt>
37
37
<dd><dl>
38
 
<dt><span class="sect2"><a href="about.html#id344135">User's Perspective</a></span></dt>
39
 
<dt><span class="sect2"><a href="about.html#id382896">Developer's Perspective</a></span></dt>
 
38
<dt><span class="sect2"><a href="about.html#id2519286">User's Perspective</a></span></dt>
 
39
<dt><span class="sect2"><a href="about.html#id2519305">Developer's Perspective</a></span></dt>
40
40
</dl></dd>
41
41
<dt><span class="sect1"><a href="gnome-vfs-first-steps.html">A Gentle Programming Primer</a></span></dt>
42
42
<dd><dl>
43
 
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#id383042">Simple Sample Program</a></span></dt>
44
 
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#id344400">Conversion of a Sample Code Block</a></span></dt>
 
43
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#id2520527">Simple Sample Program</a></span></dt>
 
44
<dt><span class="sect2"><a href="gnome-vfs-first-steps.html#id2520352">Conversion of a Sample Code Block</a></span></dt>
45
45
</dl></dd>
46
46
</dl></div>
47
47
<div class="sect1" lang="en">
48
48
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
49
 
<a name="id344122"></a>Uses and Purpose</h2></div></div></div>
 
49
<a name="id2519613"></a>Uses and Purpose</h2></div></div></div>
50
50
<p>
51
51
      GnomeVFS is a filesystem abstraction library allowing applications
52
52
      plugable transparent access to a variety of "real" filesystems, from
59
59
    </p>
60
60
<div class="sect2" lang="en">
61
61
<div class="titlepage"><div><div><h3 class="title">
62
 
<a name="id344135"></a>User's Perspective</h3></div></div></div>
 
62
<a name="id2519286"></a>User's Perspective</h3></div></div></div>
63
63
<p>
64
64
        From a user's perspective GnomeVFS enabled applications provide consistent
65
65
        access to their data, whether it be stored on remote servers or on their
72
72
</div>
73
73
<div class="sect2" lang="en">
74
74
<div class="titlepage"><div><div><h3 class="title">
75
 
<a name="id382896"></a>Developer's Perspective</h3></div></div></div>
 
75
<a name="id2519305"></a>Developer's Perspective</h3></div></div></div>
76
76
<p>
77
77
        Besides providing transparent access to data methods that you might
78
78
        otherwise have to implement, GnomeVFS provides a number of convenience
89
89
</div>
90
90
<div class="footer">
91
91
<hr>
92
 
          Generated by GTK-Doc V1.11</div>
 
92
          Generated by GTK-Doc V1.12</div>
93
93
</body>
94
94
</html>