Class (GI Struct)

GioUnix-2.0GioUnixMountPointAbstract

Defines a Unix mount point (e.g. /dev). This corresponds roughly to a fstab entry.

Index

Constructors

Properties

$gtype: GType<MountPoint>

Methods

  • Gets the file system type for the mount point.

    Returns string

    a string containing the file system type

  • Guesses whether a Unix mount point can be ejected.

    Returns boolean

    true if mount_point is deemed to be ejectable; false otherwise

  • Guesses the name of a Unix mount point.

    The result is a translated string.

    Returns string

    a newly allocated translated string

  • Checks if a Unix mount point is a loopback device.

    Returns boolean

    true if the mount point is a loopback device; false otherwise

  • Checks if a Unix mount point is read only.

    Returns boolean

    true if a mount point is read only; false otherwise

  • Checks if a Unix mount point is mountable by the user.

    Returns boolean

    true if the mount point is user mountable; false otherwise