1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="pygnomevfs" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<pubdate>December 18, 2005</pubdate>
<title>Python gnomevfs Reference Manual</title>
<authorgroup>
<author>
<firstname>David</firstname>
<surname>Trowbridge</surname>
</author>
</authorgroup>
<abstract>
<para>This reference describes the classes of the Python gnomevfs module.</para>
</abstract>
</bookinfo>
<toc></toc>
<chapter id="gnomevfs-class-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The gnomevfs class reference</title>
<xi:include href="gnomevfs-context.xml" />
<xi:include href="gnomevfs-directoryhandle.xml" />
<xi:include href="gnomevfs-drive.xml" />
<xi:include href="gnomevfs-fileinfo.xml" />
<xi:include href="gnomevfs-handle.xml" />
<xi:include href="gnomevfs-uri.xml" />
<xi:include href="gnomevfs-volume.xml" />
<xi:include href="gnomevfs-volumemonitor.xml" />
<xi:include href="gnomevfs-functions.xml" />
<xi:include href="gnomevfs-constants.xml" />
</chapter>
</book>
|