unixMountGetRootPath
fn
string unixMountGetRootPath(gio.unix_mount_entry.UnixMountEntry mountEntry)Gets the root of the mount within the filesystem. This is useful e.g. for mounts created by bind operation, or btrfs subvolumes.
For example, the root path is equal to "/" for mount created by "mount /dev/sda1 /mnt/foo" and "/bar" for "mount --bind /mnt/foo/bar /mnt/bar".
Parameters
mountEntry | a #GUnixMountEntry. |
Returns
a string containing the root, or null if not supported.