class GObject::SignalInvocationHint

Overview

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

Defined in:

lib/gi-crystal/src/auto/g_object-2.0/signal_invocation_hint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGObject::SignalInvocationHint, transfer : GICrystal::Transfer) #

[View source]
def self.new(signal_id : UInt32 | Nil = nil, detail : UInt32 | Nil = nil, run_type : GObject::SignalFlags | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def detail : UInt32 #

[View source]
def detail=(value : UInt32) #

[View source]
def run_type : GObject::SignalFlags #

[View source]
def run_type=(value : GObject::SignalFlags) #

[View source]
def signal_id : UInt32 #

[View source]
def signal_id=(value : UInt32) #

[View source]
def to_unsafe #

[View source]