gnomevfs.Drive
gnomevfs.Drive — Object representing a device which can mount a volume
Signal Prototypes
| "volume-mounted" |     def callback(drive,volume,user_param1,...) | 
| "volume-pre-umount" |     def callback(drive,volume,user_param1,...) | 
| "volume-unmounted" |     def callback(drive,volume,user_param1,...) | 
Methods
gnomevfs.Drive.get_id
            def get_id()
      | Returns: | An identifier for this drive. | 
gnomevfs.Drive.get_device_type
            def get_device_type()
      gnomevfs.Drive.get_mounted_volumes
            def get_mounted_volumes()
      gnomevfs.Drive.get_device_path
            def get_device_path()
      | Returns: | The path of this device. | 
gnomevfs.Drive.get_activation_uri
            def get_activation_uri()
      gnomevfs.Drive.get_display_name
            def get_display_name()
      gnomevfs.Drive.get_icon
            def get_icon()
      gnomevfs.Drive.get_hal_udi
            def get_hal_udi()
      gnomevfs.Drive.is_user_visible
            def is_user_visible()
      gnomevfs.Drive.is_connected
            def is_connected()
      gnomevfs.Drive.is_mounted
            def is_mounted()
      gnomevfs.Drive.mount
            def mount(callback, user_data=None)
      gnomevfs.Drive.unmount
            def unmount(callback, user_data=None)
      gnomevfs.Drive.eject
            def eject(callback, user_data=None)