FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT

A key in the "unix" namespace for checking if the file represents a UNIX mount point.

This attribute is true if the file is a UNIX mount point.

Since 2.58, / is considered to be a mount point.

This attribute is only available for UNIX file systems.

Corresponding #GFileAttributeType is gio.types.FileAttributeType.Boolean.

enum FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT = "unix::is-mountpoint";