Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • io_get_system_data_dirs(): string[]
  • Like open_from_dirs() but scans first the user data dir and then the system data dirs as defined by the XDG_DATA_DIRS environment variable.

    Parameters

    Returns void

  • io_open_from_dirs(filename: string, dirs: string[], _callback_?: AsyncReadyCallback): void
  • Asynchronously looks for a file with base name 'filename' in all the directories defined in 'dirs' and returns a file input stream for it. If the file can not be found this method returns null.

    Parameters

    Returns void

  • io_read_stream_finish(_res_: AsyncResult): [Uint8Array, 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