polkitauthority.h | polkitauthority.h | |||
---|---|---|---|---|
skipping to change at line 71 | skipping to change at line 71 | |||
const gchar *polkit_authority_get_backend_name (PolkitAutho rity *authority); | const gchar *polkit_authority_get_backend_name (PolkitAutho rity *authority); | |||
const gchar *polkit_authority_get_backend_version (PolkitAutho rity *authority); | const gchar *polkit_authority_get_backend_version (PolkitAutho rity *authority); | |||
PolkitAuthorityFeatures polkit_authority_get_backend_features (PolkitAutho rity *authority); | PolkitAuthorityFeatures polkit_authority_get_backend_features (PolkitAutho rity *authority); | |||
/* ------------------------------------------------------------------------ ---------------------------- */ | /* ------------------------------------------------------------------------ ---------------------------- */ | |||
GList *polkit_authority_enumerate_actions_sync (PolkitA uthority *authority, | GList *polkit_authority_enumerate_actions_sync (PolkitA uthority *authority, | |||
GCancel lable *cancellable, | GCancel lable *cancellable, | |||
GError **error); | GError **error); | |||
GList *polkit_authority_enumerate_users_sync (PolkitAut | ||||
hority *authority, | ||||
GCancella | ||||
ble *cancellable, | ||||
GError | ||||
**error); | ||||
GList *polkit_authority_enumerate_groups_sync (PolkitAu | ||||
thority *authority, | ||||
GCancell | ||||
able *cancellable, | ||||
GError | ||||
**error); | ||||
PolkitAuthorizationResult *polkit_authority_check_authorization_sync (Polki tAuthority *authority, | PolkitAuthorizationResult *polkit_authority_check_authorization_sync (Polki tAuthority *authority, | |||
Polki tSubject *subject, | Polki tSubject *subject, | |||
const gchar *action_id, | const gchar *action_id, | |||
Polki tDetails *details, | Polki tDetails *details, | |||
Polki tCheckAuthorizationFlags flags, | Polki tCheckAuthorizationFlags flags, | |||
GCanc ellable *cancellable, | GCanc ellable *cancellable, | |||
GErro r **error); | GErro r **error); | |||
gboolean polkit_authority_register_authentication_agent_s ync (PolkitAuthority *authority, | gboolean polkit_authority_register_authentication_agent_s ync (PolkitAuthority *authority, | |||
PolkitSubject *subject, | PolkitSubject *subject, | |||
End of changes. 1 change blocks. | ||||
14 lines changed or deleted | 0 lines changed or added | |||