class GObject::TypeInterface

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.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(g_type : UInt64? = nil, g_instance_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 g_instance_type : UInt64 #

def g_instance_type=(value : UInt64) #

def g_type : UInt64 #

def g_type=(value : UInt64) #

def peek_parent : GObject::TypeInterface #

def to_unsafe #