Work on GFile:
* More async operations:
   get_filesystem_info
   set_display_name
   set_attribute
   set_attributes_from_info
   delete_file
   trash
   make_directory
   make_symbolic_link
   copy
   move

HAL implementation of VolumeMonitor (as a giomodule)

Move GAppInfo to Gtk+

Implement PRE_UNMOUNT for file monitors, send it when unmounting

Finalise the mimetype decision. See dfaure discussion on xdg list.
Implement std:icon for local files. This is related to mimetype decisions (fast vs slow)

Use giomodules for fam volume monitor backend

Add more filter streams: data reading, conversion (with general converter interface)
 => gicmo is working on this

Add lots of docs

Add padding for classes

serialization (needed for GIcon, => to_string and to_dbus):
  GSerializable iface:
  	serialize (GSerializeStore *store)
	accept construct_only property GSerializedData serialized_data
  GSerializeStore: store_int(), store_string(), store_object()... (handle recursive objects)
  GserializedData: get_int(), get_string(), get_object()...
  GStringSerializer => ":GFileIcon:123:<123 chars utf8 data>..."
  
  
  
  
  
 
