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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Listaller Reference Manual: Listaller API Reference</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Listaller Reference Manual">
<link rel="up" href="index.html" title="Listaller Reference Manual">
<link rel="prev" href="index.html" title="Listaller Reference Manual">
<link rel="next" href="ListallerAppItem.html" title="ListallerAppItem">
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ListallerAppItem.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="id-1.2"></a>Listaller API Reference</h1></div></div></div>
<div class="toc"><dl class="toc">
<dt>
<span class="refentrytitle"><a href="ListallerAppItem.html">ListallerAppItem</a></span><span class="refpurpose"> — Application entry</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerErrorItem.html">ListallerErrorItem</a></span><span class="refpurpose"> — Return type describing an error</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerUpdater.html">ListallerUpdater</a></span><span class="refpurpose"> — All necessary methods to keep installed applications up-to-date</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerManager.html">ListallerManager</a></span><span class="refpurpose"> — Allows managing Listaller applications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerSetup.html">ListallerSetup</a></span><span class="refpurpose"> — Performs the installation of an IPK package</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerSetupSettings.html">ListallerSetupSettings</a></span><span class="refpurpose"> — Class to store settings of a IPK setup.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerKeyManager.html">ListallerKeyManager</a></span><span class="refpurpose"> — Manage Listaller's GPG-Key database</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerIPKSecurityInfo.html">ListallerIPKSecurityInfo</a></span><span class="refpurpose"> — Package security information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerIPKControl.html">ListallerIPKControl</a></span><span class="refpurpose"> — Generic IPK package control data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerDependency.html">ListallerDependency</a></span><span class="refpurpose"> — Definition of a dependency of an application</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerIPKChangelog.html">ListallerIPKChangelog</a></span><span class="refpurpose"> — Retrieve information from application changelogs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ListallerMessageObject.html">ListallerMessageObject</a></span><span class="refpurpose"> — Class providing basic message handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="listaller-database-internal.html">database-internal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="listaller-logging.html">logging</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="listaller-utils.html">utils</a></span><span class="refpurpose"> — Common utility functions used by Listaller</span>
</dt>
<dt>
<span class="refentrytitle"><a href="listaller-version.html">version</a></span><span class="refpurpose"></span>
</dt>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.20</div>
</body>
</html>
|