File: libnemo-extension-docs.xml

package info (click to toggle)
nemo 6.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,088 kB
  • sloc: ansic: 127,474; xml: 1,555; python: 1,434; sh: 57; makefile: 20
file content (43 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>

<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Nemo Extension Reference Manual</title>
    <releaseinfo>For Nemo-Extension &version;</releaseinfo>

    </bookinfo>

  <part>
    <title>API Reference</title>

    <chapter>
      <title>Extension Interfaces</title>
      <xi:include href="xml/nemo-column-provider.xml" />
      <xi:include href="xml/nemo-info-provider.xml" />
      <xi:include href="xml/nemo-location-widget-provider.xml" />
      <xi:include href="xml/nemo-menu-provider.xml" />
      <!-- <xi:include href="xml/nemo-name-and-desc-provider.xml" /> -->
      <xi:include href="xml/nemo-property-page-provider.xml" />
    </chapter>

    <chapter>
      <title>Classes</title>
      <xi:include href="xml/nemo-column.xml" />
      <xi:include href="xml/nemo-file-info.xml" />
      <xi:include href="xml/nemo-menu.xml" />
      <xi:include href="xml/nemo-property-page.xml" />
      <xi:include href="xml/nemo-simple-button.xml" />
    </chapter>

    <xi:include href="xml/nemo-extension-types.xml" />


  </part>
  <index>
    <title id="index-all">Index</title>
  </index>
</book>