2ffe22aa059da681a88e4c68a0daad3e558d49bd
[mono.git] / eglib / TODO
1 * Missing code
2
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
6
7         * Miscelaneous
8               3 g_spaced_primes_closest
9
10 ---------------------------------------------------------------------- 
11
12 * Unimplemented, not supported currently:
13
14                 g_unichar_tolower       Used for deprecated unmanaged string collation
15                 g_unichar_type          Used for deprecated unmanaged string collation
16
17 * Dead Code
18
19         The GMainLoop code was no longer in use in Mono.
20
21 * Windows implementations needed
22
23   Directory, File manipulation:
24
25        g_dir_open, g_dir_close, g_dir_read_name
26
27   We're missing a native windows implementation. The unix one is in place.
28
29      * Information retrieval
30       1 g_win32_getlocale
31