File: APIDoc.xml

package info (click to toggle)
appstream 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,448 kB
  • sloc: ansic: 51,878; xml: 10,459; cpp: 4,721; python: 538; sh: 264; makefile: 24
file content (25 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
>

<chapter id="chap-AppStream-API">
	<title>AppStream API Reference</title>

	<para>
		A reference of AppStream's public API can be fount on the
		<ulink url="api/index.html">API reference pages</ulink>.
	</para>
	<para>
		AppStream provides a second library with building blocks to compose metadata catalogs.
		It is used by the <command>appstreamcli compose</command> utility as well as
		<ulink url="https://github.com/ximion/appstream-generator">AppStream Generator</ulink>.
		You can find its API description on the <ulink url="compose-api/index.html">libappstream-compose API reference</ulink>.
		Please keep in mind that the compose library interface is still not fully stabilized.
	</para>
	<para>
		If you want to use the PackageKit API, look at
		<ulink url="https://www.freedesktop.org/software/PackageKit/gtk-doc/">the PackageKit reference manual</ulink>.
	</para>

</chapter>