class GObject::ObjectConstructParam

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

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new #

[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 pspec : GObject::ParamSpec | Nil #

[View source]
def pspec! #

[View source]
def to_unsafe #

[View source]
def value : GObject::Value | Nil #

[View source]
def value! #

[View source]