class GObject::TypeFundamentalInfo
- GObject::TypeFundamentalInfo
- Reference
- Object
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.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGObject::TypeFundamentalInfo, transfer : GICrystal::Transfer)
- .new(type_flags : GObject::TypeFundamentalFlags | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #to_unsafe
- #type_flags : GObject::TypeFundamentalFlags
- #type_flags=(value : GObject::TypeFundamentalFlags)
Constructor Detail
def self.new(data : LibGObject::TypeFundamentalInfo, transfer : GICrystal::Transfer)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.