class GObject::InterfaceInfo
- GObject::InterfaceInfo
- Reference
- Object
Overview
A structure that provides information to the type system which is used specifically for managing interface types.
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/interface_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(interface_init : GObject::InterfaceInitFunc? = nil, interface_finalize : GObject::InterfaceFinalizeFunc? = nil, interface_data : Pointer(Void)? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #interface_data : Pointer(Void)?
- #interface_data!
- #interface_data=(value : Pointer(Void)?)
- #interface_finalize : GObject::InterfaceFinalizeFunc
- #interface_finalize=(value : GObject::InterfaceFinalizeFunc)
- #interface_init : GObject::InterfaceInitFunc
- #interface_init=(value : GObject::InterfaceInitFunc)
- #to_unsafe
Constructor Detail
def self.new(interface_init : GObject::InterfaceInitFunc? = nil, interface_finalize : GObject::InterfaceFinalizeFunc? = nil, interface_data : Pointer(Void)? = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.