move management functions to a separate D-Bus interface and GObject class
authorDavid Zeuthen <davidz@redhat.com>
Sun, 1 Feb 2009 18:26:53 +0000 (13:26 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 1 Feb 2009 18:26:53 +0000 (13:26 -0500)
commit5326cc0a02a631ab6bc0bd6dc16c2a861ab90423
treea1201c84d97d4bcd8ad1ee1f49e49cfb97085ab9
parenta114ed8f1fee8dabffe004cf8092d986601e9510
move management functions to a separate D-Bus interface and GObject class

This will allow us, in the near future, to declare org.fd.PK1.Authority and
PolkitAuthority as stable while allowing changes to how we manage the (local)
authority even after 1.0.
13 files changed:
data/Makefile.am
data/org.freedesktop.PolicyKit1.Authority.xml
data/org.freedesktop.PolicyKit1.AuthorityManager.xml [new file with mode: 0644]
src/polkit/Makefile.am
src/polkit/polkit.h
src/polkit/polkitauthority.c
src/polkit/polkitauthoritymanager.c [new file with mode: 0644]
src/polkit/polkitauthoritymanager.h [new file with mode: 0644]
src/polkit/polkittypes.h
src/polkitbackend/polkitbackendauthority.h
src/polkitbackend/polkitbackendserver.c
src/polkitd/main.c
src/programs/polkit.c