Gio.unix_mount_get_mount_path
function unix_mount_get_mount_path(mount_entry: Gio.UnixMountEntry): String {
// Gjs wrapper for g_unix_mount_get_mount_path()
}
Gets the mount path for a unix mount.
- mount_entry
input Gio.UnixMountEntry to get the mount path for.
- Returns
the mount path for mount_entry.