File: PackageKit-docs.sgml

package info (click to toggle)
packagekit 1.1.5-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,464 kB
  • sloc: ansic: 56,926; cpp: 8,658; python: 7,641; xml: 6,388; sh: 4,517; perl: 1,738; makefile: 1,437; ruby: 1,341
file content (107 lines) | stat: -rw-r--r-- 3,871 bytes parent folder | download | duplicates (2)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?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>PackageKit Reference Manual</title>
    <releaseinfo>
      for PackageKit &version;
    </releaseinfo>
    <authorgroup>
      <author>
        <firstname>Richard</firstname>
        <surname>Hughes</surname>
        <affiliation>
          <address>
            <email>richard@hughsie.com</email>
          </address>
        </affiliation>
      </author>
    </authorgroup>
    <copyright>
      <year>2008-2013</year>
      <holder>The PackageKit Authors</holder>
    </copyright>
  </bookinfo>

  <reference id="specification">
    <title>PackageKit Specification</title>
    <partintro>
      <para>
        PackageKit is a D-Bus abstraction layer that allows the session user
        to manage packages in a secure way using a cross-distro, cross-architecture API.
        PackageKit is built using a lightweight backend architecture.
        PackageKit is product and vendor neutral and is currently being developed by a small team
        of developers.
      </para>
      <para>
        This part documents core features of PackageKit.
      </para>
    </partintro>
    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
    <xi:include href="spec/pk-introduction.xml"><xi:fallback /></xi:include>
    <xi:include href="spec/pk-concepts.xml"><xi:fallback /></xi:include>
    <xi:include href="spec/pk-backend-compiled.xml"><xi:fallback /></xi:include>
    <xi:include href="spec/pk-backend-spawn.xml"><xi:fallback /></xi:include>
  </reference>

  <reference id="api-reference">
    <title>D-Bus API Reference</title>
    <partintro>
      <para>
        This part documents the D-Bus interface used to access the PackageKit daemon.
      </para>
    </partintro>
    <xi:include href="dbus/org.freedesktop.PackageKit.ref.xml"/>
    <xi:include href="dbus/org.freedesktop.PackageKit.Transaction.ref.xml"/>
  </reference>

  <reference id="libpackagekit-gobject">
    <title>libpackagekit GObjects</title>
    <partintro>
      <para>
        This part documents GObjects used in libpackagekit.
      </para>
    </partintro>
    <xi:include href="xml/pk-category.xml"/>
    <xi:include href="xml/pk-client.xml"/>
    <xi:include href="xml/pk-control.xml"/>
    <xi:include href="xml/pk-details.xml"/>
    <xi:include href="xml/pk-distro-upgrade.xml"/>
    <xi:include href="xml/pk-error.xml"/>
    <xi:include href="xml/pk-eula-required.xml"/>
    <xi:include href="xml/pk-files.xml"/>
    <xi:include href="xml/pk-media-change-required.xml"/>
    <xi:include href="xml/pk-package-sack.xml"/>
    <xi:include href="xml/pk-package.xml"/>
    <xi:include href="xml/pk-progress.xml"/>
    <xi:include href="xml/pk-repo-detail.xml"/>
    <xi:include href="xml/pk-repo-signature-required.xml"/>
    <xi:include href="xml/pk-require-restart.xml"/>
    <xi:include href="xml/pk-results.xml"/>
    <xi:include href="xml/pk-task.xml"/>
    <xi:include href="xml/pk-transaction-past.xml"/>
    <xi:include href="xml/pk-update-detail.xml"/>
  </reference>

  <reference id="libpackagekit-helpers">
    <title>libpackagekit glib helpers</title>
    <partintro>
      <para>
        This part documents helper funtions in libpackagekit.
      </para>
    </partintro>
    <xi:include href="xml/pk-bitfield.xml"/>
    <xi:include href="xml/pk-client-sync.xml"/>
    <xi:include href="xml/pk-common.xml"/>
    <xi:include href="xml/pk-control-sync.xml"/>
    <xi:include href="xml/pk-enum.xml"/>
    <xi:include href="xml/pk-package-ids.xml"/>
    <xi:include href="xml/pk-package-id.xml"/>
    <xi:include href="xml/pk-task-sync.xml"/>
  </reference>

</book>