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

#include <gsignal.h>

Data Fields

guint signal_id
 
const gcharsignal_name
 
GType itype
 
GSignalFlags signal_flags
 
GType return_type
 
guint n_params
 
const GTypeparam_types
 

Detailed Description

GSignalQuery: @signal_id: The signal id of the signal being queried, or 0 if the signal to be queried was unknown. @signal_name: The signal name. @itype: The interface/instance type that this signal can be emitted for. @signal_flags: The signal flags as passed in to g_signal_new(). @return_type: The return type for user callbacks. @n_params: The number of parameters that user callbacks take. @param_types: (array length=n_params): 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); ]|

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

See also: g_signal_query()

Definition at line 268 of file gsignal.h.

Field Documentation

◆ itype

GType _GSignalQuery::itype

Definition at line 272 of file gsignal.h.

◆ n_params

guint _GSignalQuery::n_params

Definition at line 275 of file gsignal.h.

◆ param_types

const GType* _GSignalQuery::param_types

Definition at line 276 of file gsignal.h.

◆ return_type

GType _GSignalQuery::return_type

Definition at line 274 of file gsignal.h.

◆ signal_flags

GSignalFlags _GSignalQuery::signal_flags

Definition at line 273 of file gsignal.h.

◆ signal_id

guint _GSignalQuery::signal_id

Definition at line 270 of file gsignal.h.

◆ signal_name

const gchar* _GSignalQuery::signal_name

Definition at line 271 of file gsignal.h.


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