public class FileSystemInfo {
public FileSystemInfo ( string uri )
throws GLib.Error;
public static void async_cancel ( FileSystemInfoHandlehandle ) ;
public static weak FileSystemInfoHandle async_new ( string uri,
FileSystemInfoCallback callback ) ;
public weak string get_display_name ( ) ;
public weak Gdk.Pixbuf get_icon ( Gtk.Widget ref_widget ) ;
public weak Gdk.Pixbuf get_icon_at_size ( Gtk.Widget ref_widget,
int size ) ;
}

public FileSystemInfo ( string uri )
throws GLib.Error;
public static void async_cancel ( FileSystemInfoHandlehandle ) ;
public static weak FileSystemInfoHandle async_new ( string uri,
FileSystemInfoCallback callback ) ;
public weak string get_display_name ( ) ;
public weak Gdk.Pixbuf get_icon ( Gtk.Widget ref_widget ) ;
public weak Gdk.Pixbuf get_icon_at_size ( Gtk.Widget ref_widget,
int size ) ;
Created by Valadoc