Flags for secret_collection_create().
Flags which determine which parts of the #SecretCollection proxy are initialized.
Flags for secret_item_create().
Flags which determine which parts of the #SecretItem proxy are initialized.
The type of an attribute in a #SecretSchema. Attributes are stored as strings in the Secret Service, and the attribute types simply define standard ways to store integer and boolean values as strings.
Flags for a #SecretSchema definition.
Different types of schemas for storing secrets, intended for use with secret_get_schema().
Various flags to be used with secret_service_search() and secret_service_search_sync().
Flags which determine which parts of the #SecretService proxy are initialized during a secret_service_get() or secret_service_open() operation.
An alias to the default collection. This can be passed to secret_password_store() secret_collection_for_alias().
An alias to the session collection, which will be cleared when the user ends the session. This can be passed to secret_password_store(), secret_collection_for_alias() or similar functions.
The class for #SecretCollection.
The class for #SecretItem.
The class for #SecretPrompt.
An attribute in a #SecretSchema.
The class for #SecretService.