![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <database.h>
Collaboration diagram for dt_database_error_t:Data Fields | |
| gboolean | lock_acquired |
| int | other_pid |
| char * | message |
| char * | dbfilename |
Definition at line 166 of file database.h.
| char* dt_database_error_t::dbfilename |
owned by the caller after the take
Definition at line 171 of file database.h.
| 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.
| 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.
| int dt_database_error_t::other_pid |
the process that holds the lock, 0 if unknown
Definition at line 169 of file database.h.