summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-04-12 14:45:07 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-04-12 14:45:07 -0400
commit94adef49ebe47fc8c04f0ea0b6742636c47f33ac (patch)
tree7cf27b0eb1b38395e2637544e8a7ce0485ceac35
parent2dd284eb425535445f0be6e9dd7d45e8ccd3ffa6 (diff)
downloadpolkit-94adef49ebe47fc8c04f0ea0b6742636c47f33ac.tar.gz
Fix type in docs
It's RegisterAuthenticationAgentWithOptions, not just RegisterAuthenticationAgent. Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml b/docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml
index 49173f8..6525e25 100644
--- a/docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml
+++ b/docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml
@@ -732,10 +732,10 @@ The object path of authentication agent object on the unique name of the caller.
<refsect2 role="function" id="eggdbus-method-org.freedesktop.PolicyKit1.Authority.RegisterAuthenticationAgentWithOptions">
<title>RegisterAuthenticationAgentWithOptions ()</title>
<programlisting>
-RegisterAuthenticationAgent (IN <link linkend="eggdbus-struct-Subject">Subject</link> subject,
- IN String locale,
- IN String object_path,
- IN Dict&lt;String,Variant&gt; options)
+RegisterAuthenticationAgentWithOptions (IN <link linkend="eggdbus-struct-Subject">Subject</link> subject,
+ IN String locale,
+ IN String object_path,
+ IN Dict&lt;String,Variant&gt; options)
</programlisting>
<para>
<para>Like <link linkend="eggdbus-method-org.freedesktop.PolicyKit1.Authority.RegisterAuthenticationAgent">RegisterAuthenticationAgent</link> but takes additional options. If the option <literal>fallback</literal> (of type <literal>Boolean</literal>) is TRUE, then the authentcation agent will only be used as a fallback, e.g. if another agent (without the <literal>fallback</literal> option set TRUE) is available, it will be used instead.</para>