class GObject::TypeClass

Overview

An opaque structure used as the base of all classes.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(g_type : UInt64? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def add_private(private_size : UInt64) : Nil #

def g_type : UInt64 #

def g_type=(value : UInt64) #

def peek_parent : GObject::TypeClass #

def private(private_type : UInt64) : Pointer(Void)? #

def to_unsafe #

def unref : Nil #