File: PackageKit-docs.sgml

package info (click to toggle)
packagekit 0.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 17,556 kB
  • sloc: ansic: 65,259; python: 12,286; sh: 11,703; cpp: 10,178; xml: 5,327; makefile: 1,959; perl: 1,752; ruby: 1,297
file content (120 lines) | stat: -rw-r--r-- 4,131 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
<?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-2009</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="spec/pk-introduction.xml"/>
    <xi:include href="spec/pk-concepts.xml"/>
    <xi:include href="spec/pk-backend-compiled.xml"/>
    <xi:include href="spec/pk-backend-spawn.xml"/>
  </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-catalog.xml"/>
    <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-desktop.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-message.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-service-pack.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>

  <reference id="faq">
    <title>Frequently asked questions</title>
    <partintro>
      <para>
        This part has answers to developer frequently asked questions.
      </para>
    </partintro>
    <xi:include href="spec/pk-developer-faq.xml"/>
  </reference>

</book>