Gjsify LogoGjsify Logo

Hierarchy

  • Value

Index

Constructors

Properties

name: string

Methods

  • encode(): string
  • free(): void
  • get_bool(): boolean
  • get_float(): number
  • get_int(): number
  • Returns a #GSList containing #GConfValue objects. Each #GConfValue in the returned list will have the type returned by gconf_value_get_list_type(). Remember that the empty #GSList is equal to NULL. The list is not a copy; it is "owned" by the #GConfValue and will be destroyed when the #GConfValue is destroyed.

    Returns GConf.Value[]

  • get_string(): string
  • set_bool(the_bool: boolean): void
  • set_float(the_float: number): void
  • set_int(the_int: number): void
  • set_string(the_str: string): void
  • to_string(): string

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