gnome-vfs-2.0 Reference Manual

Synopsis

public class Volume : Object  {
    public    int                       compare                   ( Volume              b ) ;
    public    void                      eject                     ( VolumeOpCallback    callback ) ;
    public    weak string               get_activation_uri        (  ) ;
    public    weak string               get_device_path           (  ) ;
    public    DeviceType                get_device_type           (  ) ;
    public    weak string               get_display_name          (  ) ;
    public    weak Drive                get_drive                 (  ) ;
    public    weak string               get_filesystem_type       (  ) ;
    public    weak string               get_hal_udi               (  ) ;
    public    weak string               get_icon                  (  ) ;
    public    ulong                     get_id                    (  ) ;
    public    VolumeType                get_volume_type           (  ) ;
    public    bool                      handles_trash             (  ) ;
    public    bool                      is_mounted                (  ) ;
    public    bool                      is_read_only              (  ) ;
    public    bool                      is_user_visible           (  ) ;
    public    weak Volume               ref                       (  ) ;
    public    void                      unmount                   ( VolumeOpCallback    callback ) ;
    public    void                      unref                     (  ) ;
}

Volume Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

compare ()
    public    int                       compare                   ( Volume              b ) ;		

eject ()
    public    void                      eject                     ( VolumeOpCallback    callback ) ;		

get_activation_uri ()
    public    weak string               get_activation_uri        (  ) ;		

get_device_path ()
    public    weak string               get_device_path           (  ) ;		

get_device_type ()
    public    DeviceType                get_device_type           (  ) ;		

get_display_name ()
    public    weak string               get_display_name          (  ) ;		

get_drive ()
    public    weak Drive                get_drive                 (  ) ;		

get_filesystem_type ()
    public    weak string               get_filesystem_type       (  ) ;		

get_hal_udi ()
    public    weak string               get_hal_udi               (  ) ;		

get_icon ()
    public    weak string               get_icon                  (  ) ;		

get_id ()
    public    ulong                     get_id                    (  ) ;		

get_volume_type ()
    public    VolumeType                get_volume_type           (  ) ;		

handles_trash ()
    public    bool                      handles_trash             (  ) ;		

is_mounted ()
    public    bool                      is_mounted                (  ) ;		

is_read_only ()
    public    bool                      is_read_only              (  ) ;		

is_user_visible ()
    public    bool                      is_user_visible           (  ) ;		

ref ()
    public    weak Volume               ref                       (  ) ;		

unmount ()
    public    void                      unmount                   ( VolumeOpCallback    callback ) ;		

unref ()
    public    void                      unref                     (  ) ;		


Created by Valadoc