Function

GioUnixMountPointget_device_path

Declaration

const char*
g_unix_mount_point_get_device_path (
  GUnixMountPoint* mount_point
)

Description

Gets the device path for a unix mount point.

Parameters

mount_point

Type: GUnixMountPoint

A GUnixMountPoint.

The data is owned by the caller of the function.

Return value

Type: const char*

A string containing the device path.

The data is owned by the called function.
The value is a file system path, using the OS encoding.