~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support

« back to all changes in this revision

Viewing changes to doc/html/UDisksDaemon.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-06-13 17:01:30 UTC
  • mfrom: (1.1.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20120613170130-9jggrd76bkv1vd0b
Tags: 1.98.0-1
* New upstream release.
* debian/control: Drop ntfsprogs Recommends. It is a transitional package
  for ntfs-3g now, which we already recommend.
* Add 00git_no_polkit_fallback.patch: Fix crash if polkit is not available.
  Patch backported from current upstream git head.
* Add debian/local/integration-test: Latest integration test suite from
  upstream git. 1.99 and later will ship that in the source tarball.
* Add debian/tests/control and debian/tests/upstream-system: DEP-8
  autopkgtest (adapted from udisks package).
* debian/control: Change suggestion of cryptsetup to cryptsetup-bin, as that
  is sufficient for udisks' needs.
* debian/copyright: Fix duplicate copyright line, thanks lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
<a class="link" href="UDisksLinuxProvider.html" title="UDisksLinuxProvider"><span class="returnvalue">UDisksLinuxProvider</span></a> * <a class="link" href="UDisksDaemon.html#udisks-daemon-get-linux-provider" title="udisks_daemon_get_linux_provider ()">udisks_daemon_get_linux_provider</a>  (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);
54
54
<a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="returnvalue">UDisksPersistentStore</span></a> * <a class="link" href="UDisksDaemon.html#udisks-daemon-get-persistent-store" title="udisks_daemon_get_persistent_store ()">udisks_daemon_get_persistent_store</a>
55
55
                                                        (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);
56
 
<a href="/usr/share/gtk-doc/html/polkit-1/PolkitAuthority.html"><span class="returnvalue">PolkitAuthority</span></a> *   <a class="link" href="UDisksDaemon.html#udisks-daemon-get-authority" title="udisks_daemon_get_authority ()">udisks_daemon_get_authority</a>         (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);
 
56
<a href="http://www.freedesktop.org/software/polkit/docs/latest/PolkitAuthority.html"><span class="returnvalue">PolkitAuthority</span></a> *   <a class="link" href="UDisksDaemon.html#udisks-daemon-get-authority" title="udisks_daemon_get_authority ()">udisks_daemon_get_authority</a>         (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);
57
57
<a class="link" href="UDisksCleanup.html" title="UDisksCleanup"><span class="returnvalue">UDisksCleanup</span></a> *     <a class="link" href="UDisksDaemon.html#udisks-daemon-get-cleanup" title="udisks_daemon_get_cleanup ()">udisks_daemon_get_cleanup</a>           (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);
58
58
<a class="link" href="UDisksObject.html" title="UDisksObject"><span class="returnvalue">UDisksObject</span></a> *      (<a class="link" href="UDisksDaemon.html#UDisksDaemonWaitFunc" title="UDisksDaemonWaitFunc ()">*UDisksDaemonWaitFunc</a>)             (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>,
59
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
312
312
<hr>
313
313
<div class="refsect2">
314
314
<a name="udisks-daemon-get-authority"></a><h3>udisks_daemon_get_authority ()</h3>
315
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/polkit-1/PolkitAuthority.html"><span class="returnvalue">PolkitAuthority</span></a> *   udisks_daemon_get_authority         (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);</pre>
 
315
<pre class="programlisting"><a href="http://www.freedesktop.org/software/polkit/docs/latest/PolkitAuthority.html"><span class="returnvalue">PolkitAuthority</span></a> *   udisks_daemon_get_authority         (<em class="parameter"><code><a class="link" href="UDisksDaemon.html" title="UDisksDaemon"><span class="type">UDisksDaemon</span></a> *daemon</code></em>);</pre>
316
316
<p>
317
317
Gets the PolicyKit authority used by <em class="parameter"><code>daemon</code></em>.
318
318
</p>
325
325
</tr>
326
326
<tr>
327
327
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
328
 
<td>A <a href="/usr/share/gtk-doc/html/polkit-1/PolkitAuthority.html"><span class="type">PolkitAuthority</span></a> instance. Do not free, the object is owned by <em class="parameter"><code>daemon</code></em>.</td>
 
328
<td>A <a href="http://www.freedesktop.org/software/polkit/docs/latest/PolkitAuthority.html"><span class="type">PolkitAuthority</span></a> instance. Do not free, the object is owned by <em class="parameter"><code>daemon</code></em>.</td>
329
329
</tr>
330
330
</tbody>
331
331
</table></div>