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

Go to the source code of this file.

Data Structures

struct  backend_kwallet_context_t
 

Typedefs

typedef struct backend_kwallet_context_t backend_kwallet_context_t
 

Functions

const backend_kwallet_context_tdt_pwstorage_kwallet_new ()
 
void dt_pwstorage_kwallet_destroy (const backend_kwallet_context_t *context)
 
gboolean dt_pwstorage_kwallet_set (const backend_kwallet_context_t *context, const gchar *slot, GHashTable *table)
 
GHashTable * dt_pwstorage_kwallet_get (const backend_kwallet_context_t *context, const gchar *slot)
 

Typedef Documentation

◆ backend_kwallet_context_t

kwallet backend context

Function Documentation

◆ dt_pwstorage_kwallet_destroy()

void dt_pwstorage_kwallet_destroy ( const backend_kwallet_context_t context)

Cleanup and destroy kwallet backend context.

Referenced by dt_pwstorage_destroy().

◆ dt_pwstorage_kwallet_get()

GHashTable * dt_pwstorage_kwallet_get ( const backend_kwallet_context_t context,
const gchar *  slot 
)

◆ dt_pwstorage_kwallet_new()

const backend_kwallet_context_t * dt_pwstorage_kwallet_new ( )

Initializes a new kwallet backend context.

References check_error(), backend_kwallet_context_t::connection, error(), init_kwallet(), and start_kwallet().

Referenced by dt_pwstorage_new().

◆ dt_pwstorage_kwallet_set()

gboolean dt_pwstorage_kwallet_set ( const backend_kwallet_context_t context,
const gchar *  slot,
GHashTable *  table 
)