Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GSignalInvocationHint Struct Reference

#include <gsignal.h>

Data Fields

guint signal_id
 
GQuark detail
 
GSignalFlags run_type
 

Detailed Description

GSignalInvocationHint: @signal_id: The signal id of the signal invoking the callback @detail: The detail passed on for this emission @run_type: The stage the signal emission is currently in, this field will contain one of G_SIGNAL_RUN_FIRST, G_SIGNAL_RUN_LAST or G_SIGNAL_RUN_CLEANUP and G_SIGNAL_ACCUMULATOR_FIRST_RUN. G_SIGNAL_ACCUMULATOR_FIRST_RUN is only set for the first run of the accumulator function for a signal emission.

The GSignalInvocationHint structure is used to pass on additional information to callbacks during a signal emission.

Definition at line 241 of file gsignal.h.

Field Documentation

◆ detail

GQuark _GSignalInvocationHint::detail

Definition at line 244 of file gsignal.h.

◆ run_type

GSignalFlags _GSignalInvocationHint::run_type

Definition at line 245 of file gsignal.h.

◆ signal_id

guint _GSignalInvocationHint::signal_id

Definition at line 243 of file gsignal.h.


The documentation for this struct was generated from the following file: