Gjsify LogoGjsify Logo

An opaque data type representing one or more configuration sources.

record

Hierarchy

  • Engine

Index

Constructors

Properties

name: string

Methods

  • all_dirs(dir: string): string[]
  • Lists the subdirectories in dir. The returned list contains allocated strings. Each string is the absolute path of a subdirectory. You should g_free() each string in the list, then g_slist_free() the list itself.

    Parameters

    • dir: string

      Directory to get subdirectories from.

    Returns string[]

  • Lists the key-value pairs in dir. Does not list subdirectories; for that use gconf_engine_all_dirs(). The returned list contains #GConfEntry objects. A #GConfEntry contains an absolute key and a value. The list is not recursive, it contains only the immediate children of dir. To free the returned list, gconf_entry_free() each list element, then g_slist_free() the list itself.

    Parameters

    • dir: string

      Directory to list.

    Returns GConf.Entry[]

  • associate_schema(key: string, schema_key: string): boolean
  • change_set_from_currentv(keys: string): ChangeSet
  • commit_change_set(cs: ChangeSet, remove_committed: boolean): boolean
  • dir_exists(dir: string): boolean
  • get_bool(key: string): boolean
  • get_entry(key: string, locale: string, use_schema_default: boolean): GConf.Entry
  • get_float(key: string): number
  • get_full(key: string, locale: string, use_schema_default: boolean, is_default_p: boolean, is_writable_p: boolean): GConf.Value
  • get_int(key: string): number
  • get_string(key: string): string
  • get_user_data(): object
  • get_with_locale(key: string, locale: string): GConf.Value
  • key_is_writable(key: string): boolean
  • notify_remove(cnxn: number): void
  • ref(): void
  • remove_dir(dir: string): void
  • set_bool(key: string, val: boolean): boolean
  • set_float(key: string, val: number): boolean
  • set_int(key: string, val: number): boolean
  • set_list(key: string, list_type: GConf.ValueType, list: object[]): boolean
  • set_string(key: string, val: string): boolean
  • suggest_sync(): void
  • unref(): void
  • unset(key: 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