Signal Info

G-Golf Signal Info low level API.
GISignalInfo — Struct representing a signal.

Procedures

g-signal-info-get-flags

Description

GISignalInfo represents a signal. It’s a sub-struct of GICallableInfo and contains a set of flags and a class closure.

See also Callable Info for information on how to retreive arguments and other metadata from the signal.

Struct Hierarchy

GIBaseInfoInfo
  +— GICallableInfo
           +— GIFunctionInfo
           +— GISignalInfo
           +— GIVFuncInfo

Procedures

Note: in this section, the info argument is [must be] a pointer to a GISignalInfo.

Procedure: g-signal-info-get-flags info

Returns a list of %g-signal-flags.

Obtain the flags for this signal info. See %g-signal-flags for more information about posible flag values.