GObject.SignalQuery¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
itype |
r/w |
The interface/instance type that this signal can be emitted for. |
|
n_params |
r/w |
The number of parameters that user callbacks take. |
|
param_types |
r/w |
The individual parameter types for user callbacks, note that the effective callback signature is: .. code-block:: c @return_type callback (#gpointer data1, [param_types param_names,] gpointer data2); |
|
return_type |
r/w |
The return type for user callbacks. |
|
signal_flags |
r/w |
The signal flags as passed in to |
|
signal_id |
r/w |
The signal id of the signal being queried, or 0 if the signal to be queried was unknown. |
|
signal_name |
r/w |
The signal name. |
Methods¶
None
Details¶
- class GObject.SignalQuery¶
A structure holding in-depth information for a specific signal.
See also:
GObject.signal_query
()