[ CCode ( array_length = false , array_null_terminated = true ) ]
[ 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.
this |
A GuestfsSession object |
an array of returned strings, or NULL on error |