Gjsify LogoGjsify Logo

The signal flags are used to specify a signal's behaviour.

bitfield

Index

Enumeration Members

ACCUMULATOR_FIRST_RUN: number

Only used in #GSignalAccumulator accumulator functions for the #GSignalInvocationHint::run_type field to mark the first call to the accumulator function for a signal emission. Since 2.68.

ACTION: number

Action signals are signals that may freely be emitted on alive objects from user code via g_signal_emit() and friends, without the need of being embedded into extra code that performs pre or post emission adjustments on the object. They can also be thought of as object methods which can be called generically by third-party code.

DEPRECATED: number

The signal is deprecated and will be removed in a future version. A warning will be generated if it is connected while running with G_ENABLE_DIAGNOSTIC=1. Since 2.32.

DETAILED: number

This signal supports "::detail" appendices to the signal name upon handler connections and emissions.

MUST_COLLECT: number

Varargs signal emission will always collect the arguments, even if there are no signal handlers connected. Since 2.30.

NO_HOOKS: number

No emissions hooks are supported for this signal.

NO_RECURSE: number

Signals being emitted for an object while currently being in emission for this very object will not be emitted recursively, but instead cause the first emission to be restarted.

RUN_CLEANUP: number

Invoke the object method handler in the last emission stage.

RUN_FIRST: number

Invoke the object method handler in the first emission stage.

RUN_LAST: number

Invoke the object method handler in the third emission stage.

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