Gjsify LogoGjsify Logo

Scope type of a #GIArgInfo representing callback, determines how the callback is invoked and is used to decided when the invoke structs can be freed.

Index

Enumeration Members

ASYNC: number

The callback and associated user_data is only used until the callback is invoked, and the callback. is invoked always exactly once.

CALL: number

The callback and associated user_data is only used during the call to this function.

FOREVER: number

The callback and associated user_data is used until the process terminates

INVALID: number

The argument is not of callback type.

NOTIFIED: number

The callback and associated user_data is used until the caller is notfied via the destroy_notify.

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