File: libflatpak-docs.xml

package info (click to toggle)
flatpak 1.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,020 kB
  • sloc: ansic: 101,028; xml: 11,453; sh: 4,871; python: 2,251; yacc: 1,236; makefile: 86; csh: 20
file content (62 lines) | stat: -rw-r--r-- 2,454 bytes parent folder | download | duplicates (6)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>Flatpak Library Reference Manual</title>
    <releaseinfo>
      For flatpak &version;
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Flatpak</title>
    <xi:include href="xml/flatpak-installation.xml"/>
    <xi:include href="xml/flatpak-remote.xml"/>
    <xi:include href="xml/flatpak-transaction-operation.xml"/>
    <xi:include href="xml/flatpak-transaction-progress.xml"/>
    <xi:include href="xml/flatpak-transaction.xml"/>
    <xi:include href="xml/flatpak-ref.xml"/>
    <xi:include href="xml/flatpak-installed-ref.xml"/>
    <xi:include href="xml/flatpak-related-ref.xml"/>
    <xi:include href="xml/flatpak-remote-ref.xml"/>
    <xi:include href="xml/flatpak-bundle-ref.xml"/>
    <xi:include href="xml/flatpak-instance.xml"/>
    <xi:include href="xml/flatpak-error.xml"/>
    <xi:include href="xml/flatpak-version-macros.xml"/>
  </chapter>

  <chapter>
    <title>D-Bus APIs</title>
    <xi:include href="dbus-org.freedesktop.Flatpak.Authenticator.xml"/>
    <xi:include href="dbus-org.freedesktop.Flatpak.AuthenticatorRequest.xml"/>
    <xi:include href="dbus-org.freedesktop.Flatpak.Development.xml"/>
    <xi:include href="dbus-org.freedesktop.Flatpak.SessionHelper.xml"/>
    <xi:include href="dbus-org.freedesktop.Flatpak.SystemHelper.xml"/>
    <xi:include href="dbus-org.freedesktop.impl.portal.PermissionStore.xml"/>
    <xi:include href="dbus-org.freedesktop.portal.Documents.xml"/>
    <xi:include href="dbus-org.freedesktop.portal.Flatpak.xml"/>
    <xi:include href="dbus-org.freedesktop.portal.Flatpak.UpdateMonitor.xml"/>
  </chapter>

  <chapter id="object-tree">
    <title>Object Hierarchy</title>
    <xi:include href="xml/tree_index.sgml"/>
  </chapter>

  <index id="full-api-index">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>

  <index id="deprecated-api-index" role="deprecated">
    <title>Index of deprecated API</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>