class GObject::TypeInterface
- GObject::TypeInterface
- Reference
- Object
Overview
An opaque structure used as the base of all interface types.
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/type_interface.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(g_type : UInt64? = nil, g_instance_type : UInt64? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #g_instance_type : UInt64
- #g_instance_type=(value : UInt64)
- #g_type : UInt64
- #g_type=(value : UInt64)
- #peek_parent : GObject::TypeInterface
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.