Gjsify LogoGjsify Logo

Hierarchy

  • ThreadWrapperCallback

Callable

  • ThreadWrapperCallback(wrapper: ThreadWrapper, instance: object, signame: string, n_param_values: number, param_values: any, gda_reserved: object, data: object): void
  • Specifies the type of function to be passed to gda_thread_wrapper_connect_raw()

    Parameters

    • wrapper: ThreadWrapper

      the #GdaThreadWrapper

    • instance: object

      a pointer to the instance which emitted the signal

    • signame: string

      the name of the signal being emitted

    • n_param_values: number

      number of GValue in param_values

    • param_values: any

      array of n_param_values GValue

    • gda_reserved: object

      reserved

    • data: object

      a pointer to the data (which is the data argument passed to gda_thread_wrapper_connect_raw())

    Returns 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