Gjsify LogoGjsify Logo

Index

Variables

MAX_CI_DESC_LENGTH: number
MAX_CI_NAME_LENGTH: number
MAX_CI_SHORT_DESC_LENGTH: number

Functions

  • getCountryName(code: string): string
  • Get localized country name, from ISO code

    Parameters

    • code: string

      ISO 3166 Alpha 2 code: 2 chars, uppercase (US, RU, FR, ...)

    Returns string

  • getLanguageName(code: string): string
  • Get localized language name, from ISO code

    Parameters

    • code: string

      ISO 639 2B or 2T code: 3 chars, lowercase (eng, rus, fra, ...)

    Returns string

  • getLastError(): string
  • restoreNamesProp(engine: Xkl.Engine): boolean
  • Restores XKB from the property saved by xkl_backup_names_prop

    Parameters

    Returns boolean

  • setDebugLevel(level: number): void
  • Sets maximum debug level. Message of the level more than the one set here - will be ignored

    Parameters

    • level: number

      new debug level

    Returns void

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