Gjsify LogoGjsify Logo

A structure holding in-depth information for a specific signal.

See also: g_signal_query()

record

Hierarchy

  • SignalQuery

Index

Constructors

Properties

itype: GType<unknown>

The interface/instance type that this signal can be emitted for.

field
nParams: number

The number of parameters that user callbacks take.

field
paramTypes: GType<unknown>[]

The individual parameter types for user callbacks, note that the effective callback signature is:

 `return_type` callback (#gpointer     data1,
[param_types param_names,]
gpointer data2);
field
returnType: GType<unknown>

The return type for user callbacks.

field
signalFlags: SignalFlags

The signal flags as passed in to g_signal_new().

field
signalId: number

The signal id of the signal being queried, or 0 if the signal to be queried was unknown.

field
signalName: string

The signal name.

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