File: libnemo-extension-docs.xml

package info (click to toggle)
nemo 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,452 kB
  • ctags: 11,535
  • sloc: ansic: 113,194; makefile: 907; xml: 591; python: 132; sh: 45
file content (35 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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
<?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-column.xml" />
      <xi:include href="xml/nemo-extension-types.xml" />
      <xi:include href="xml/nemo-file-info.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-menu.xml" />
      <xi:include href="xml/nemo-property-page-provider.xml" />
      <xi:include href="xml/nemo-property-page.xml" />
    </chapter>

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