| 12345678910111213141516171819202122232425262728293031323334 |
- * Missing code
- * Process launching
- 3 g_shell_quote
- 1 g_shell_unquote
- ----------------------------------------------------------------------
- * Should implement, for better performance:
-
- Macros:
- 6 G_UNLIKELY
- 4 G_LIKELY
- * Unimplemented, not supported currently:
- g_unichar_tolower Used for deprecated unmanaged string collation
- g_unichar_type Used for deprecated unmanaged string collation
- * Dead Code
- The GMainLoop code was no longer in use in Mono.
- * Windows implementations needed
- Directory, File manipulation:
- g_dir_open, g_dir_close, g_dir_read_name
- We're missing a native windows implementation. The unix one is in place.
- * Information retrieval
- 1 g_win32_getlocale
-
|