Gjsify LogoGjsify Logo

The #GConfListeners structure contains nothing other than a dummy pointer. Internally the data about listeners is maintained through a listener table structure, LTable which contains data like the namespace, an array to hold the listeners, count of active listeners,value to be given to the next connection and the list of connection indices to be recycled. There is also a Listener structure maintaining data pertaining to listeners.

record

Hierarchy

  • Listeners

Index

Constructors

Properties

name: string

Methods

  • add(listen_point: string, listener_data: object, destroy_notify: GLib.FreeFunc): number
  • count(): number
  • free(): void
  • get_data(cnxn_id: number, listener_data_p: object, location_p: string): boolean
  • notify(all_above: string, callback: any): void
  • remove(cnxn_id: number): void

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