Function

Giounix_mount_get_device_path

Declaration [src]

const char*
g_unix_mount_get_device_path (
  GUnixMountEntry* mount_entry
)

Description [src]

Gets the device path for a unix mount.

Parameters

mount_entry

Type: GUnixMountEntry

A GUnixMount.

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.