File: gnomevfs-classes.xml

package info (click to toggle)
gnome-python 2.28.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,288 kB
  • ctags: 1,032
  • sloc: sh: 10,219; ansic: 7,997; xml: 2,464; python: 1,886; makefile: 394
file content (37 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (5)
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>