list_devices
Description:
[ CCode ( array_length = false ,  array_null_terminated = true ) ]
[ Version ( since = "0.4" ) ]
public string[] list_devices () throws Error
  [ Version ( since = "0.4" ) ]
public string[] list_devices () throws Error
list the block devices
List all the block devices.
The full block device names are returned, eg. /dev/sda.
See also list_filesystems.
Parameters:
| this | A GuestfsSession object | 
Returns:
| an array of returned strings, or NULL on error |