Gjsify LogoGjsify Logo

Hierarchy

  • Value

Index

Constructors

Properties

name: string

Methods

  • encode(): string
  • free(): void
  • getBool(): boolean
  • getFloat(): number
  • getInt(): 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[]

  • getString(): string
  • setBool(theBool: boolean): void
  • setFloat(theFloat: number): void
  • setInt(theInt: number): void
  • setString(theStr: string): void
  • toString(): 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