Method

GioUnixMountEntryget_device_path

unstable since: 2.84

Declaration [src]

const char*
g_unix_mount_entry_get_device_path (
  GUnixMountEntry* mount_entry
)

Description [src]

Gets the device path for a unix mount.

Available since: 2.84

Return value

Type: const char*

A string containing the device path.

The returned data is owned by the instance.
The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.