Gjsify LogoGjsify Logo

Structure representing a feature.

record

Hierarchy

  • ProxyFeature

Index

Constructors

Properties

can_retry: boolean

If %TRUE, allow retrying preparation of this feature even if it failed once already; if %FALSE any attempt of preparing the feature after the preparation already failed once will immediately fail with re-calling prepare_async

field
core: boolean

if %TRUE, every non-core feature of the class depends on this one, and every feature (core or not) in subclasses depends on this one

field
depends_on: number

an array of #GQuark representing other features which have to be prepared before trying to prepare this feature

field
interfaces_needed: number

an array of #GQuark representing interfaces which have to be implemented on the object in order to be able to prepare the feature

field
name: number

a #GQuark representing the name of the feature

field
prepare_async: ProxyPrepareAsync

called when the feature has to be prepared

field
prepare_before_signalling_connected_async: ProxyPrepareAsync

only relevant for TpConnection sub-classes; same as prepare_async but for features wanting to have a chance to prepare themself before the TpConnection object announce its %TP_CONNECTION_STATUS_CONNECTED status

field
name: 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