From 94adef49ebe47fc8c04f0ea0b6742636c47f33ac Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 12 Apr 2012 14:45:07 -0400 Subject: [PATCH] Fix type in docs It's RegisterAuthenticationAgentWithOptions, not just RegisterAuthenticationAgent. Signed-off-by: David Zeuthen --- .../docbook-interface-org.freedesktop.PolicyKit1.Authority.xml | 8 ++++---- 1 file 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. 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. -- 2.7.4