~ubuntu-branches/ubuntu/saucy/libfm/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libfm/libfm-docs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-02 00:20:44 UTC
  • mfrom: (1.1.5 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101202002044-qhja03c1hk95b0q7
Tags: 0.1.14-2ubuntu1
* Sync with Debian unstable.
 - Fix crash on right click (LP: #617655)
* Ubuntu remaining changes:
 - debian/patches/90_add_gobject_link.patch:
  + From upstream, add "gobject-2.0" in configure.ac explicitly.
 - debian/patches/03_disable_deprecated_gio_module.patch:
  + Disable -DG_DISABLE_DEPRECATED for the gio module to build with glib
    2.27+.
 - debian/control:
  + Add Replaces/Conflicts for libfm0 and libfm-gtk0 (<= 0.1.11-1) to ensure
    migration from lucid.
  + Build-depends on dh-autoreconf.
 - debian/rules:
  + Use dh --with autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 
4
[
 
5
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 
6
]>
 
7
<book id="index">
 
8
  <bookinfo>
 
9
    <title>libfm Reference Manual</title>
 
10
    <releaseinfo>
 
11
      for libfm [VERSION].
 
12
      The latest version of this documentation can be found on-line at
 
13
      <ulink role="online-location" url="http://[SERVER]/libfm/index.html">http://[SERVER]/libfm/</ulink>.
 
14
    </releaseinfo>
 
15
  </bookinfo>
 
16
 
 
17
  <chapter>
 
18
    <title>[Insert title here]</title>
 
19
        <xi:include href="xml/fm-dir-list-job.xml"/>
 
20
    <xi:include href="xml/fm-job.xml"/>
 
21
    <xi:include href="xml/fm-simple-job.xml"/>
 
22
    <xi:include href="xml/fm-folder-model.xml"/>
 
23
    <xi:include href="xml/fm-cell-renderer-pixbuf.xml"/>
 
24
    <xi:include href="xml/fm-dir-tree-model.xml"/>
 
25
    <xi:include href="xml/fm-tab-label.xml"/>
 
26
    <xi:include href="xml/fm-dnd-src.xml"/>
 
27
    <xi:include href="xml/fm-dnd-dest.xml"/>
 
28
    <xi:include href="xml/fm-folder.xml"/>
 
29
    <xi:include href="xml/fm-gtk.xml"/>
 
30
    <xi:include href="xml/fm.xml"/>
 
31
    <xi:include href="xml/fm-file-info-job.xml"/>
 
32
    <xi:include href="xml/fm-deep-count-job.xml"/>
 
33
    <xi:include href="xml/fm-file-ops-job.xml"/>
 
34
    <xi:include href="xml/fm-thumbnail.xml"/>
 
35
    <xi:include href="xml/fm-path-entry.xml"/>
 
36
    <xi:include href="xml/fm-file-properties.xml"/>
 
37
    <xi:include href="xml/fm-folder-view.xml"/>
 
38
    <xi:include href="xml/fm-file-menu.xml"/>
 
39
    <xi:include href="xml/fm-gtk-utils.xml"/>
 
40
    <xi:include href="xml/fm-places-view.xml"/>
 
41
    <xi:include href="xml/fm-clipboard.xml"/>
 
42
    <xi:include href="xml/fm-app-chooser-dlg.xml"/>
 
43
    <xi:include href="xml/fm-app-menu-view.xml"/>
 
44
    <xi:include href="xml/fm-cell-renderer-text.xml"/>
 
45
    <xi:include href="xml/fm-icon-pixbuf.xml"/>
 
46
    <xi:include href="xml/fm-progress-dlg.xml"/>
 
47
    <xi:include href="xml/fm-app-chooser-combo-box.xml"/>
 
48
    <xi:include href="xml/fm-config.xml"/>
 
49
    <xi:include href="xml/fm-file-launcher.xml"/>
 
50
    <xi:include href="xml/fm-bookmarks.xml"/>
 
51
    <xi:include href="xml/fm-monitor.xml"/>
 
52
    <xi:include href="xml/fm-list.xml"/>
 
53
    <xi:include href="xml/fm-path.xml"/>
 
54
    <xi:include href="xml/fm-icon.xml"/>
 
55
    <xi:include href="xml/fm-nav-history.xml"/>
 
56
    <xi:include href="xml/fm-dummy-monitor.xml"/>
 
57
    <xi:include href="xml/fm-utils.xml"/>
 
58
    <xi:include href="xml/fm-file-info.xml"/>
 
59
    <xi:include href="xml/fm-archiver.xml"/>
 
60
    <xi:include href="xml/fm-mime-type.xml"/>
 
61
 
 
62
  </chapter>
 
63
  <chapter id="object-tree">
 
64
    <title>Object Hierarchy</title>
 
65
     <xi:include href="xml/tree_index.sgml"/>
 
66
  </chapter>
 
67
  <index id="api-index-full">
 
68
    <title>API Index</title>
 
69
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
70
  </index>
 
71
 
 
72
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
73
</book>