Method

FwupdPluginVolumeget_partition_name

Declaration [src]

gchar*
fu_volume_get_partition_name (
  FuVolume* self
)

Description [src]

Gets the partition name of the volume mount point.

Available since:1.9.10

Return value

Returns: gchar*
 

Partition name, e.g ‘Recovery Partition’

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.