class GObject::ClosureNotifyData

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(notify : GObject::ClosureNotify | 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 data : Pointer(Void) | Nil #

[View source]
def data! #

[View source]
def notify : GObject::ClosureNotify #

[View source]
def notify=(value : GObject::ClosureNotify) #

[View source]
def to_unsafe #

[View source]