Gjsify LogoGjsify Logo

Index

Functions

  • concat_dir_and_key(dir: string, key: string): string
  • debug_shutdown(): number
  • enum_to_string(lookup_table: EnumStringPair, enum_value: number): string
  • escape_key(arbitrary_text: string, len: number): string
  • Escape arbitrary_text such that it's a valid key element (i.e. one part of the key path). The escaped key won't pass gconf_valid_key() because it isn't a whole key (i.e. it doesn't have a preceding slash), but prepending a slash to the escaped text should always result in a valid key.

    Parameters

    • arbitrary_text: string

      some text in any encoding or format

    • len: number

      length of arbitrary_text in bytes, or -1 if arbitrary_text is nul-terminated

    Returns string

  • init(argc: number, argv: string): boolean
  • is_initialized(): boolean
  • key_is_below(above: string, below: string): boolean
  • postinit(app: object, mod_info: object): void
  • preinit(app: object, mod_info: object): void
  • string_to_enum(lookup_table: EnumStringPair, str: string, enum_value_retloc: number): boolean
  • unescape_key(escaped_key: string, len: number): string
  • Converts a string escaped with gconf_escape_key() back into its original form.

    Parameters

    • escaped_key: string

      a key created with gconf_escape_key()

    • len: number

      length of escaped_key in bytes, or -1 if escaped_key is nul-terminated

    Returns string

  • unique_key(): string
  • valid_key(key: string, why_invalid: string): boolean

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