* TextBox.cs: Don't tell the world that we have a context menu.
[mono-project.git] / eglib / TODO
blob76ac0da7d5346292f460f29ed22e6c99f61ef4ef
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                 g_unichar_tolower       Used for deprecated unmanaged string collation
18                 g_unichar_type          Used for deprecated unmanaged string collation
20 * Dead Code
22         The GMainLoop code was no longer in use in Mono.
24 * Windows implementations needed
26   Directory, File manipulation:
28        g_dir_open, g_dir_close, g_dir_read_name
30   We're missing a native windows implementation. The unix one is in place.
32      * Information retrieval
33       1 g_win32_getlocale
34