class GObject::ObjectConstructParam
- GObject::ObjectConstructParam
- Reference
- Object
Overview
The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the constructor of a #GObjectClass.
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/object_construct_param.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGObject::ObjectConstructParam, transfer : GICrystal::Transfer)
- .new
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #pspec : GObject::ParamSpec | Nil
- #pspec!
- #to_unsafe
- #value : GObject::Value | Nil
- #value!
Constructor Detail
def self.new(data : LibGObject::ObjectConstructParam, transfer : GICrystal::Transfer)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.