Gjsify LogoGjsify Logo

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

record

Hierarchy

  • UnixMountPoint

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_device_path(): string
  • get_fs_type(): string
  • get_mount_path(): string
  • get_options(): string
  • guess_can_eject(): boolean
  • guess_name(): string
  • is_loopback(): boolean
  • is_readonly(): boolean
  • is_user_mountable(): boolean
  • Gets a #GUnixMountPoint for a given mount path. If time_read is set, it will be filled with a unix timestamp for checking if the mount points have changed since with g_unix_mount_points_changed_since().

    If more mount points have the same mount path, the last matching mount point is returned.

    Parameters

    • mount_path: string

      path for a possible unix mount point.

    Returns [UnixMountPoint, number]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method