PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Thu Apr 12 11:45:42 PDT 2012


 docs/polkit/docbook-interface-org.freedesktop.PolicyKit1.Authority.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 94adef49ebe47fc8c04f0ea0b6742636c47f33ac
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Apr 12 14:45:07 2012 -0400

    Fix type in docs
    
    It's RegisterAuthenticationAgentWithOptions, not just
    RegisterAuthenticationAgent.
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

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>


More information about the hal-commit mailing list