PolkitBackendLocalAuthority

PolkitBackendLocalAuthority — Local Authority

Stability Level

Unstable, unless otherwise indicated

Synopsis

                    PolkitBackendLocalAuthority;
                    PolkitBackendLocalAuthorityClass;
PolkitBackendAuthority * polkit_backend_local_authority_new
                                                        (void);

Object Hierarchy

  GObject
   +----PolkitBackendAuthority
         +----PolkitBackendLocalAuthority

Description

An implementation of PolkitBackendAuthority that stores authorizations on the local file system and supports interaction with authentication agents.

Details

PolkitBackendLocalAuthority

typedef struct _PolkitBackendLocalAuthority PolkitBackendLocalAuthority;

The PolkitBackendLocalAuthority struct should not be accessed directly.


PolkitBackendLocalAuthorityClass

typedef struct {
  PolkitBackendAuthorityClass parent_class;
} PolkitBackendLocalAuthorityClass;

Class structure for PolkitBackendLocalAuthority.

PolkitBackendAuthorityClass parent_class;

The parent class.

polkit_backend_local_authority_new ()

PolkitBackendAuthority * polkit_backend_local_authority_new
                                                        (void);