Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
pwstorage.c File Reference
#include "pwstorage.h"
#include "control/conf.h"
#include "control/control.h"
#include <glib.h>
#include <string.h>
+ Include dependency graph for pwstorage.c:

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)
 

Function Documentation

◆ dt_pwstorage_destroy()

void dt_pwstorage_destroy ( const dt_pwstorage_t pwstorage)

◆ dt_pwstorage_get()

◆ dt_pwstorage_new()

◆ dt_pwstorage_set()