rename CheckClaim() to CheckAuthorization()
authorDavid Zeuthen <davidz@redhat.com>
Sun, 18 Jan 2009 21:14:39 +0000 (16:14 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 18 Jan 2009 21:14:39 +0000 (16:14 -0500)
commit4653150b07c83d9140893b115699bdc1c238ee1a
treea9168a2effd0e3f3b2552cc091f667ec5cb5e2bb
parentf8ce12a6cb950073fab66f6dccbfff4eed85849a
rename CheckClaim() to CheckAuthorization()

Also get rid of AuthorizationClaim type and add D-Bus prototypes for a
couple of other methods.
13 files changed:
data/org.freedesktop.PolicyKit1.Authority.xml
src/polkit/Makefile.am
src/polkit/polkit.h
src/polkit/polkitauthority.c
src/polkit/polkitauthority.h
src/polkit/polkitcheckauthorizationflags.c [new file with mode: 0644]
src/polkit/polkitcheckauthorizationflags.h [new file with mode: 0644]
src/polkit/polkitprivate.h
src/polkitbackend/polkitbackendauthority.c
src/polkitbackend/polkitbackendauthority.h
src/polkitbackend/polkitbackendlocalauthority.c
src/polkitbackend/polkitbackendserver.c
src/programs/polkit.c