ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / doc / html / modules.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Filesystem Modules</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"><meta name="generator" content="GTK-Doc V1.1 (XML mode)"><style type="text/css">
2         .synopsis, .classsynopsis {
3             background: #eeeeee;
4             border: solid 1px #aaaaaa;
5             padding: 0.5em;
6         }
7         .programlisting {
8             background: #eeeeff;
9             border: solid 1px #aaaaff;
10             padding: 0.5em;
11         }
12         .variablelist {
13             padding: 4px;
14             margin-left: 3em;
15         }
16         .navigation {
17             background: #ffeeee;
18             border: solid 1px #ffaaaa;
19             margin-top: 0.5em;
20             margin-bottom: 0.5em;
21         }
22         .navigation a {
23             color: #770000;
24         }
25         .navigation a:visited {
26             color: #550000;
27         }
28         .navigation .title {
29             font-size: 200%;
30         }
31       </style><link rel="home" href="index.html" title="GnomeVFS - Filesystem Abstraction library"><link rel="up" href="index.html" title="GnomeVFS - Filesystem Abstraction library"><link rel="previous" href="gnome-vfs-20-gnome-vfs-mime-monitor.html" title="MIME Database Monitor"><link rel="next" href="gnome-vfs-writing-modules.html" title="Writing Modules"></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="gnome-vfs-20-gnome-vfs-mime-monitor.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">GnomeVFS - Filesystem Abstraction library</th><td><a accesskey="n" href="gnome-vfs-writing-modules.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="modules"></a>Filesystem Modules</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="gnome-vfs-writing-modules.html">Writing Modules</a> - basic gnome-vfs module concepts</dt><dt><a href="gnome-vfs-20-gnome-vfs-mime.html">MIME typing</a> - functions to get a mime-type for a file using its name or its content</dt><dt><a href="gnome-vfs-20-gnome-vfs-method.html">gnome-vfs-method</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-module.html">gnome-vfs-module</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-module-shared.html">gnome-vfs-module-shared</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-module-callback-module-api.html">gnome-vfs-module-callback-module-api</a> - invoking callbacks from a gnome-vfs module to ask the application for necessary information (authentication, ...)</dt><dt><a href="gnome-vfs-20-gnome-vfs-ssl.html">gnome-vfs-ssl</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-context.html">GnomeVFSContext</a> - 
32 contexts allows modules to track thread usage and cancellation properly</dt><dt><a href="gnome-vfs-20-gnome-vfs-socket.html">gnome-vfs-socket</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-socket-buffer.html">gnome-vfs-socket-buffer</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-transform.html">gnome-vfs-transform</a> - </dt><dt><a href="gnome-vfs-20-gnome-vfs-parse-ls.html">gnome-vfs-parse-ls</a> - convenience functions for modules which want to parse a ls-like directory listing</dt></dl></div><p>
33       Modules are the mechanism by which GnomeVFS accesses different filesystems,
34       from http, to the local disk, to smb. Module authors must implement a simple
35       set of filesystem operations and can provide varying degrees of service (read-only,
36       read-write, seeking, etc). Modules are dynamically loaded based upon the URI
37       scheme passed into the high-level GnomeVFS APIs.
38     </p></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="gnome-vfs-20-gnome-vfs-mime-monitor.html"><b>&lt;&lt; MIME Database Monitor</b></a></td><td align="right"><a accesskey="n" href="gnome-vfs-writing-modules.html"><b>Writing Modules &gt;&gt;</b></a></td></tr></table></body></html>