polkitbackendauthority.h | polkitbackendauthority.h | |||
---|---|---|---|---|
skipping to change at line 246 | skipping to change at line 246 | |||
}; | }; | |||
GType polkit_backend_authority_get_type (void) G_GNUC_CONST; | GType polkit_backend_authority_get_type (void) G_GNUC_CONST; | |||
/* --- */ | /* --- */ | |||
const gchar *polkit_backend_authority_get_name (PolkitBacke ndAuthority *authority); | const gchar *polkit_backend_authority_get_name (PolkitBacke ndAuthority *authority); | |||
const gchar *polkit_backend_authority_get_version (PolkitBacke ndAuthority *authority); | const gchar *polkit_backend_authority_get_version (PolkitBacke ndAuthority *authority); | |||
PolkitAuthorityFeatures polkit_backend_authority_get_features (PolkitBacke ndAuthority *authority); | PolkitAuthorityFeatures polkit_backend_authority_get_features (PolkitBacke ndAuthority *authority); | |||
void polkit_backend_authority_log (PolkitBackendAuthority *authority, | ||||
const gchar *format, | ||||
...); | ||||
void polkit_backend_authority_system_bus_name_owner_changed (PolkitBack endAuthority *authority, | void polkit_backend_authority_system_bus_name_owner_changed (PolkitBack endAuthority *authority, | |||
const gcha r *name, | const gcha r *name, | |||
const gcha r *old_owner, | const gcha r *old_owner, | |||
const gcha r *new_owner); | const gcha r *new_owner); | |||
GList *polkit_backend_authority_enumerate_actions (PolkitBackendA uthority *authority, | GList *polkit_backend_authority_enumerate_actions (PolkitBackendA uthority *authority, | |||
PolkitSubject *caller, | PolkitSubject *caller, | |||
const gchar *locale, | const gchar *locale, | |||
GError **error); | GError **error); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||