ACC SHELL
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Core API Reference</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="PolicyKit Library Reference Manual">
<link rel="up" href="index.html" title="PolicyKit Library Reference Manual">
<link rel="prev" href="beyond-defaults.html" title="Beyond the Defaults">
<link rel="next" href="polkit-Basic-types.html" title="Basic types">
<meta name="generator" content="GTK-Doc V1.14 (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="2"><tr valign="middle">
<td><a accesskey="p" href="beyond-defaults.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">PolicyKit Library Reference Manual</th>
<td><a accesskey="n" href="polkit-Basic-types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="reference" title="Core API Reference">
<div class="titlepage">
<div><div><h1 class="title">
<a name="ref-core"></a>Core API Reference</h1></div></div>
<hr>
</div>
<div class="partintro" title="Core API Reference">
<div></div>
<p>
This part presents the class and function reference for the
core PolicyKit
libraries, <code class="literal">libpolkit</code>, <code class="literal">libpolkit-grant</code>
and <code class="literal">libpolkit-dbus</code>. Note that unless
explictly stated, a function belongs
to <code class="literal">libpolkit</code>. The split is arranged such
that mechanisms checking for authorizations only need to link
with <code class="literal">libpolkit</code>.
</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt>
<span class="refentrytitle"><a href="polkit-Basic-types.html">Basic types</a></span><span class="refpurpose"> — Type definitions for common primitive types.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-System-Dependencies.html">System Dependencies</a></span><span class="refpurpose"> — Various platform specific utility functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Simple-convenience-interface.html">Simple convenience interface</a></span><span class="refpurpose"> — Simple convenience interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Error-reporting.html">Error reporting</a></span><span class="refpurpose"> — Representation of recoverable errors.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Results.html">Results</a></span><span class="refpurpose"> — Definition of results of PolicyKit queries.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Actions.html">Actions</a></span><span class="refpurpose"> — Models what a caller is attempting to do.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Seat.html">Seat</a></span><span class="refpurpose"> — Represents a ConsoleKit Seat.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Session.html">Session</a></span><span class="refpurpose"> — Represents a ConsoleKit Session.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Caller.html">Caller</a></span><span class="refpurpose"> — Represents a process requesting a mechanism to do something.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Caller-Determination.html">Caller Determination</a></span><span class="refpurpose"> — Obtaining seat, session and caller information
via D-Bus and ConsoleKit.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Context.html">Context</a></span><span class="refpurpose"> — The main interface used to query PolicyKit.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Configuration.html">Configuration</a></span><span class="refpurpose"> — Represents the system-wide <code class="literal">/etc/PolicyKit/PolicyKit.conf</code> file.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Policy-Definition-Files.html">Policy Definition Files</a></span><span class="refpurpose"> — Represents a set of declared actions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Policy-File-Entry.html">Policy File Entry</a></span><span class="refpurpose"> — Represents a declared action in a policy file.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Defaults.html">Defaults</a></span><span class="refpurpose"> — Models the default policy for an action.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Policy-Cache.html">Policy Cache</a></span><span class="refpurpose"> — Holds the actions defined on the system.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Authorization-Entry.html">Authorization Entry</a></span><span class="refpurpose"> — An entry in the autothorization database</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Authorization-Constraints.html">Authorization Constraints</a></span><span class="refpurpose"> — Conditions that must be satisfied in
order for an authorization to apply</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Authorization-Database.html">Authorization Database</a></span><span class="refpurpose"> — Reading from and writing to the database storing authorizations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkit-Authorizations-and-Authentication.html">Authorizations and Authentication</a></span><span class="refpurpose"> — Obtain authorizations through
authentication.</span>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.14</div>
</body>
</html>
ACC SHELL 2018