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(pspec : GObject::ParamSpec? = nil, value : GObject::Value? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #pspec : GObject::ParamSpec?
- #pspec!
- #pspec=(value : GObject::ParamSpec?)
- #to_unsafe
- #value : GObject::Value?
- #value!
- #value=(value : GObject::Value?)
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.