Gjsify LogoGjsify Logo

Hierarchy

  • SignalEmissionHook

Callable

  • A simple function pointer to get invoked when the signal is emitted.

    Emission hooks allow you to tie a hook to the signal type, so that it will trap all emissions of that signal, from any object.

    You may not attach these to signals created with the %G_SIGNAL_NO_HOOKS flag.

    Parameters

    • ihint: SignalInvocationHint

      Signal invocation hint, see #GSignalInvocationHint.

    • param_values: any[]

      the instance on which the signal was emitted, followed by the parameters of the emission.

    • data: object

      user data associated with the hook.

    Returns boolean

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