Function
Giounix_mount_get_mount_path
deprecated: 2.84
Declaration [src]
const char*
g_unix_mount_get_mount_path (
GUnixMountEntry* mount_entry
)
Description [src]
Gets the mount path for a unix mount.
Deprecated since: 2.84
Use g_unix_mount_entry_get_mount_path()
instead.
Parameters
mount_entry
-
Type:
GUnixMountEntry
Input
GUnixMountEntry
to get the mount path for.The data is owned by the caller of the function.