From: David Zeuthen Date: Thu, 12 Apr 2012 18:45:07 +0000 (-0400) Subject: Fix type in docs X-Git-Tag: 0.105~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94adef49ebe47fc8c04f0ea0b6742636c47f33ac;p=platform%2Fupstream%2Fpolkit.git Fix type in docs It's RegisterAuthenticationAgentWithOptions, not just RegisterAuthenticationAgent. Signed-off-by: David Zeuthen --- 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. RegisterAuthenticationAgentWithOptions () -RegisterAuthenticationAgent (IN Subject subject, - IN String locale, - IN String object_path, - IN Dict<String,Variant> options) +RegisterAuthenticationAgentWithOptions (IN Subject subject, + IN String locale, + IN String object_path, + IN Dict<String,Variant> options) Like RegisterAuthenticationAgent but takes additional options. If the option fallback (of type Boolean) is TRUE, then the authentcation agent will only be used as a fallback, e.g. if another agent (without the fallback option set TRUE) is available, it will be used instead.