public class UnixMountPoint {
public int compare ( UnixMountPoint mount2 ) ;
public weak string get_device_path ( ) ;
public weak string get_fs_type ( ) ;
public weak string get_mount_path ( ) ;
public bool guess_can_eject ( ) ;
public weak Icon guess_icon ( ) ;
public weak string guess_name ( ) ;
public bool is_loopback ( ) ;
public bool is_readonly ( ) ;
public bool is_user_mountable ( ) ;
}

public int compare ( UnixMountPoint mount2 ) ;
public weak string get_device_path ( ) ;
public weak string get_fs_type ( ) ;
public weak string get_mount_path ( ) ;
public bool guess_can_eject ( ) ;
public weak Icon guess_icon ( ) ;
public weak string guess_name ( ) ;
public bool is_loopback ( ) ;
public bool is_readonly ( ) ;
public bool is_user_mountable ( ) ;
Created by Valadoc