![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_textnotes_load_result_t:Data Fields | |
| dt_lib_module_t * | self |
| uint64_t | token |
| gchar * | text |
| gboolean | loaded |
Definition at line 125 of file textnotes.c.
| gboolean dt_textnotes_load_result_t::loaded |
Definition at line 130 of file textnotes.c.
Referenced by _textnotes_load_finish_idle(), and _textnotes_load_job_state().
| dt_lib_module_t* dt_textnotes_load_result_t::self |
Definition at line 127 of file textnotes.c.
Referenced by _textnotes_load_finish_idle(), and _textnotes_load_job_state().
| gchar* dt_textnotes_load_result_t::text |
Definition at line 129 of file textnotes.c.
Referenced by _textnotes_load_finish_idle(), and _textnotes_load_job_state().
| uint64_t dt_textnotes_load_result_t::token |
Definition at line 128 of file textnotes.c.
Referenced by _textnotes_load_finish_idle(), and _textnotes_load_job_state().