TypeScript API Documentation for POLKIT
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Interface for implementing Identity. Contains only the virtual methods that need to be implemented.
Virtual
Checks if a and b are equal, ie. represent the same identity.
a
b
This function can be used in e.g. g_hash_table_new().
g_hash_table_new()
A Polkit.Identity.
Gets a hash code for identity that can be used with e.g. g_hash_table_new().
identity
Serializes identity to a string that can be used in polkit_identity_from_string().
polkit_identity_from_string()
Interface for implementing Identity. Contains only the virtual methods that need to be implemented.