Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
pwstorage.h File Reference
#include "common/darktable.h"
+ Include dependency graph for pwstorage.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dt_pwstorage_t
 

Typedefs

typedef enum pw_storage_backend_t pw_storage_backend_t
 
typedef struct dt_pwstorage_t dt_pwstorage_t
 

Enumerations

enum  pw_storage_backend_t {
  PW_STORAGE_BACKEND_NONE = 0 ,
  PW_STORAGE_BACKEND_KWALLET ,
  PW_STORAGE_BACKEND_LIBSECRET
}
 

Functions

const dt_pwstorage_tdt_pwstorage_new ()
 
void dt_pwstorage_destroy (const dt_pwstorage_t *pwstorage)
 
gboolean dt_pwstorage_set (const gchar *slot, GHashTable *table)
 
GHashTable * dt_pwstorage_get (const gchar *slot)
 

Typedef Documentation

◆ dt_pwstorage_t

pwstorage context

◆ pw_storage_backend_t

Enumeration Type Documentation

◆ pw_storage_backend_t

Enumerator
PW_STORAGE_BACKEND_NONE 
PW_STORAGE_BACKEND_KWALLET 
PW_STORAGE_BACKEND_LIBSECRET 

Function Documentation

◆ dt_pwstorage_destroy()

void dt_pwstorage_destroy ( const dt_pwstorage_t pwstorage)

◆ dt_pwstorage_get()

◆ dt_pwstorage_new()

◆ dt_pwstorage_set()