| PolicyKit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GObject +----PolkitBackendAuthority +----PolkitBackendInteractiveAuthority +----PolkitBackendLocalAuthority
"auth-store-paths" gchar* : Write / Construct Only "config-path" gchar* : Write / Construct Only
An implementation of PolkitBackendAuthority that stores authorizations on the local file system, supports interaction with authentication agents (virtue of being based on PolkitBackendInteractiveAuthority).
typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority;
The PolkitBackendLocalAuthority struct should not be accessed directly.
struct PolkitBackendLocalAuthorityClass {
PolkitBackendInteractiveAuthorityClass parent_class;
};
Class structure for PolkitBackendLocalAuthority.
PolkitBackendInteractiveAuthorityClass |
The parent class. |