const dt_pwstorage_t * dt_pwstorage_new()
Definition pwstorage.c:61
pw_storage_backend_t
Definition pwstorage.h:41
@ PW_STORAGE_BACKEND_KWALLET
Definition pwstorage.h:43
@ PW_STORAGE_BACKEND_LIBSECRET
Definition pwstorage.h:44
@ PW_STORAGE_BACKEND_NONE
Definition pwstorage.h:42
GHashTable * dt_pwstorage_get(const gchar *slot)
Definition pwstorage.c:228
gboolean dt_pwstorage_set(const gchar *slot, GHashTable *table)
Definition pwstorage.c:204
void dt_pwstorage_destroy(const dt_pwstorage_t *pwstorage)
Definition pwstorage.c:182
Definition pwstorage.h:49
pw_storage_backend_t pw_storage_backend
Definition pwstorage.h:50
void * backend_context
Definition pwstorage.h:51