diff options
author | David Zeuthen <davidz@redhat.com> | 2010-08-09 11:27:08 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2010-08-09 11:28:15 -0400 |
commit | 322513b0d4ee1f0c291495712a7f637132bde149 (patch) | |
tree | b7531829b7ce40dd7810ec64fd5d0093db86821e /docs | |
parent | f23aeb680fb3ea5db4edcd090fe9fea417a9cdfe (diff) | |
download | polkit-322513b0d4ee1f0c291495712a7f637132bde149.tar.gz |
PolkitAuthority: Implement failable initialization
... and deprecate polkit_authority_get(). Also fix up locking in
PolkitAuthority.
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkit/polkit-1-sections.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/polkit/polkit-1-sections.txt b/docs/polkit/polkit-1-sections.txt index 1a0b869..c8cb971 100644 --- a/docs/polkit/polkit-1-sections.txt +++ b/docs/polkit/polkit-1-sections.txt @@ -21,7 +21,9 @@ POLKIT_UNIX_USER_GET_CLASS PolkitAuthority PolkitAuthorityFeatures PolkitCheckAuthorizationFlags -polkit_authority_get +polkit_authority_get_sync +polkit_authority_get_async +polkit_authority_get_finish polkit_authority_get_owner polkit_authority_get_backend_name polkit_authority_get_backend_version |