[threadpool] Pass callback at initialization (#4546)
[mono.git] / eglib / TODO
1 * Missing code
2
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
6
7 ---------------------------------------------------------------------- 
8
9 * Should implement, for better performance:
10  
11 Macros:
12       6 G_UNLIKELY
13       4 G_LIKELY
14
15 * Unimplemented, not supported currently:
16
17         (none as yet.)
18
19 * Dead Code
20
21         The GMainLoop code was no longer in use in Mono.
22
23 * Windows implementations needed
24
25   Directory, File manipulation:
26
27        g_dir_open, g_dir_close, g_dir_read_name
28
29   We're missing a native windows implementation. The unix one is in place.
30
31      * Information retrieval
32       1 g_win32_getlocale
33