class GObject::TypeClass
- GObject::TypeClass
- Reference
- Object
Overview
An opaque structure used as the base of all classes.
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/type_class.crConstructors
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #add_private(private_size : UInt64) : Nil
- #g_type : UInt64
- #g_type=(value : UInt64)
- #peek_parent : GObject::TypeClass
- #private(private_type : UInt64) : Pointer(Void)?
- #to_unsafe
- #unref : Nil
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.