TODO 739 B

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