Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_database_error_t Struct Reference

#include <database.h>

+ Collaboration diagram for dt_database_error_t:

Data Fields

gboolean lock_acquired
 
int other_pid
 
char * message
 
char * dbfilename
 

Detailed Description

Definition at line 166 of file database.h.

Field Documentation

◆ dbfilename

char* dt_database_error_t::dbfilename

owned by the caller after the take

Definition at line 171 of file database.h.

◆ lock_acquired

gboolean dt_database_error_t::lock_acquired

TRUE when the database opened fine and there is nothing to report

Definition at line 168 of file database.h.

◆ message

char* dt_database_error_t::message

owned by the caller after the take; free with dt_database_error_free()

Definition at line 170 of file database.h.

◆ other_pid

int dt_database_error_t::other_pid

the process that holds the lock, 0 if unknown

Definition at line 169 of file database.h.


The documentation for this struct was generated from the following file: