class GObject::TypeFundamentalInfo

Overview

A structure that provides information to the type system which is used specifically for managing fundamental types.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(type_flags : GObject::TypeFundamentalFlags | Nil = nil) #

[View source]

Instance Method Detail

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

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


[View source]
def to_unsafe #

[View source]
def type_flags : GObject::TypeFundamentalFlags #

[View source]
def type_flags=(value : GObject::TypeFundamentalFlags) #

[View source]