UnixMountPoint

class UnixMountPoint(pointer: <Error class: unknown class><<Error class: unknown class>>)

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

Skipped during bindings generation

  • parameter time_read: time_read: Out parameter is not supported

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gioUnixMountPointPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun compare(mount2: UnixMountPoint): Int

Compares two unix mount points.

Link copied to clipboard

Makes a copy of @mount_point.

Link copied to clipboard
fun free()

Frees a unix mount point.

Link copied to clipboard

Gets the device path for a unix mount point.

Link copied to clipboard

Gets the file system type for the mount point.

Link copied to clipboard

Gets the mount path for a unix mount point.

Link copied to clipboard

Gets the options for the mount point.

Link copied to clipboard

Guesses whether a Unix mount point can be ejected.

Link copied to clipboard

Guesses the icon of a Unix mount point.

Link copied to clipboard

Guesses the name of a Unix mount point. The result is a translated string.

Link copied to clipboard

Guesses the symbolic icon of a Unix mount point.

Link copied to clipboard

Checks if a unix mount point is a loopback device.

Link copied to clipboard

Checks if a unix mount point is read only.

Link copied to clipboard

Checks if a unix mount point is mountable by the user.