2010-03-26 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / eglib / TODO
blobbbbb49bbba4c9c2921879a4bc9948fd945b3e9e5
1 * Missing code
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
7 ---------------------------------------------------------------------- 
9 * Should implement, for better performance:
11 Macros:
12       6 G_UNLIKELY
13       4 G_LIKELY
15 * Unimplemented, not supported currently:
17         (none as yet.)
19 * Dead Code
21         The GMainLoop code was no longer in use in Mono.
23 * Windows implementations needed
25   Directory, File manipulation:
27        g_dir_open, g_dir_close, g_dir_read_name
29   We're missing a native windows implementation. The unix one is in place.
31      * Information retrieval
32       1 g_win32_getlocale
33