gnome-vfs-2.0 Reference Manual

Synopsis

public class VolumeMonitor : Object  {
    public    signal void               drive_connected           ( Drive               drive )  ;
    public    signal void               drive_disconnected        ( Drive               drive )  ;
    public    signal void               volume_mounted            ( Volume              volume )  ;
    public    signal void               volume_pre_unmount        ( Volume              volume )  ;
    public    signal void               volume_unmounted          ( Volume              volume )  ;


    public    weak GLib.List            get_connected_drives      (  ) ;
    public    weak Drive                get_drive_by_id           ( ulong               id ) ;
    public    weak GLib.List            get_mounted_volumes       (  ) ;
    public    weak Volume               get_volume_by_id          ( ulong               id ) ;
    public    weak Volume               get_volume_for_path       ( string              path ) ;
    public    weak VolumeMonitor        ref                       (  ) ;
    public    void                      unref                     (  ) ;
}

VolumeMonitor Description

Details

Constructor Details

Field Details

Signal Details

drive_connected
    public    signal void               drive_connected           ( Drive               drive )  ;		

drive_disconnected
    public    signal void               drive_disconnected        ( Drive               drive )  ;		

volume_mounted
    public    signal void               volume_mounted            ( Volume              volume )  ;		

volume_pre_unmount
    public    signal void               volume_pre_unmount        ( Volume              volume )  ;		

volume_unmounted
    public    signal void               volume_unmounted          ( Volume              volume )  ;		

Property Details

Method Details

get_connected_drives ()
    public    weak GLib.List            get_connected_drives      (  ) ;		

get_drive_by_id ()
    public    weak Drive                get_drive_by_id           ( ulong               id ) ;		

get_mounted_volumes ()
    public    weak GLib.List            get_mounted_volumes       (  ) ;		

get_volume_by_id ()
    public    weak Volume               get_volume_by_id          ( ulong               id ) ;		

get_volume_for_path ()
    public    weak Volume               get_volume_for_path       ( string              path ) ;		

ref ()
    public    weak VolumeMonitor        ref                       (  ) ;		

unref ()
    public    void                      unref                     (  ) ;		


Created by Valadoc