Gjsify LogoGjsify Logo

Index

Functions

  • concatDirAndKey(dir: string, key: string): string
  • debugShutdown(): number
  • Detach from the config server and release all related resources

    Returns number

  • escapeKey(arbitraryText: 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

    • arbitraryText: 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
  • isInitialized(): boolean
  • keyIsBelow(above: string, below: string): boolean
  • postinit(app: object, modInfo: object): void
  • preinit(app: object, modInfo: object): void
  • stringToEnum(lookupTable: EnumStringPair, str: string, enumValueRetloc: number): boolean
  • unescapeKey(escapedKey: string, len: number): string
  • Converts a string escaped with gconf_escape_key() back into its original form.

    Parameters

    • escapedKey: 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

  • uniqueKey(): string
  • validKey(key: string, whyInvalid: 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