Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.SignalInvocationHint

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GSignalInvocationHint
Struct : SignalInvocationHint
The GSignalInvocationHint structure is used to pass on additional information
to callbacks during a signal emission.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.SignalInvocationHint ()
Create a new GObject.SignalInvocationHint
Create a new GObject.SignalInvocationHint
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.signal_accumulator_first_wins (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : gboolean
A predefined GSignalAccumulator for signals intended to be used as a
hook for application code to provide a particular value.
GObject
Method
GObject.signal_accumulator_true_handled (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : gboolean
A predefined GSignalAccumulator for signals that return a
boolean values.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:46 GMT+0800 (HKT)