struct 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) #

[View source]
def self.new(data : LibGObject::TypeClass, _transfer : GICrystal::Transfer) #

[View source]
def self.new(g_type : UInt64 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

[View source]
def add_private(private_size : UInt64) : Nil #

DEPRECATED


[View source]
def g_type(*args, **options) #

[View source]
def g_type(*args, **options, &) #

[View source]
def g_type=(arg) #

[View source]
def peek_parent : GObject::TypeClass #

[View source]
def private(private_type : UInt64) : Pointer(Void) | Nil #

[View source]
def unref : Nil #

[View source]