Fix type in docs
authorDavid Zeuthen <davidz@redhat.com>
Thu, 12 Apr 2012 18:45:07 +0000 (14:45 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 12 Apr 2012 18:45:07 +0000 (14:45 -0400)
It's RegisterAuthenticationAgentWithOptions, not just
RegisterAuthenticationAgent.

Signed-off-by: David Zeuthen <davidz@redhat.com>
docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml

index 49173f8..6525e25 100644 (file)
@@ -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>