const dt_pwstorage_t * dt_pwstorage_new()
Definition pwstorage.c:38
pw_storage_backend_t
Definition pwstorage.h:22
@ PW_STORAGE_BACKEND_KWALLET
Definition pwstorage.h:24
@ PW_STORAGE_BACKEND_LIBSECRET
Definition pwstorage.h:25
@ PW_STORAGE_BACKEND_NONE
Definition pwstorage.h:23
GHashTable * dt_pwstorage_get(const gchar *slot)
Definition pwstorage.c:205
gboolean dt_pwstorage_set(const gchar *slot, GHashTable *table)
Definition pwstorage.c:181
void dt_pwstorage_destroy(const dt_pwstorage_t *pwstorage)
Definition pwstorage.c:159
Definition pwstorage.h:30
pw_storage_backend_t pw_storage_backend
Definition pwstorage.h:31
void * backend_context
Definition pwstorage.h:32