![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for dtwin.c:Go to the source code of this file.
Data Structures | |
| struct | tagTHREADNAME_INFO |
Typedefs | |
| typedef struct tagTHREADNAME_INFO | THREADNAME_INFO |
Functions | |
| const wchar_t * | dtwin_get_locale () |
| void | dtwin_set_thread_name (DWORD dwThreadID, const char *threadName) |
| boolean | dt_win_file_trash (GFile *file, GCancellable *cancellable, GError **error) |
Variables | |
| const DWORD | MS_VC_EXCEPTION = 0x406D1388 |
| typedef struct tagTHREADNAME_INFO THREADNAME_INFO |
| boolean dt_win_file_trash | ( | GFile * | file, |
| GCancellable * | cancellable, | ||
| GError ** | error | ||
| ) |
| const wchar_t * dtwin_get_locale | ( | ) |
| void dtwin_set_thread_name | ( | DWORD | dwThreadID, |
| const char * | threadName | ||
| ) |
Definition at line 338 of file dtwin.c.
References tagTHREADNAME_INFO::dwFlags, tagTHREADNAME_INFO::dwThreadID, tagTHREADNAME_INFO::dwType, MS_VC_EXCEPTION, and tagTHREADNAME_INFO::szName.
Referenced by dt_pthread_setname().
| const DWORD MS_VC_EXCEPTION = 0x406D1388 |
Definition at line 336 of file dtwin.c.
Referenced by dtwin_set_thread_name().