~ubuntu-branches/ubuntu/wily/policykit-1/wily

« back to all changes in this revision

Viewing changes to docs/polkit/html/PolkitAgentListener.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
<hr>
269
269
<div class="refsect2">
270
270
<a name="PolkitAgentRegisterFlags"></a><h3>enum PolkitAgentRegisterFlags</h3>
271
 
<pre class="programlisting">typedef enum
272
 
{
 
271
<pre class="programlisting">typedef enum {
273
272
  POLKIT_AGENT_REGISTER_FLAGS_NONE = 0,
274
273
  POLKIT_AGENT_REGISTER_FLAGS_RUN_IN_THREAD = (1&lt;&lt;0)
275
274
} PolkitAgentRegisterFlags;