struct GObject::TypeInterface
- GObject::TypeInterface
- Struct
- Value
- 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(data : LibGObject::TypeInterface, _transfer : GICrystal::Transfer)
- .new(g_type : UInt64 | Nil = nil, g_instance_type : UInt64 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #g_instance_type(*args, **options)
- #g_instance_type(*args, **options, &)
- #g_instance_type=(arg)
- #g_type(*args, **options)
- #g_type(*args, **options, &)
- #g_type=(arg)
- #peek_parent : GObject::TypeInterface