Class ObjectConstructParam

All Implemented Interfaces:
PointerInterface

public class ObjectConstructParam extends Record
The GObjectConstructParam struct is an auxiliary structure used to hand
#GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.

https://docs.gtk.org/gobject/struct.ObjectConstructParam.html

  • Field Details

  • Constructor Details

    • ObjectConstructParam

      public ObjectConstructParam(PointerContainer pointer)
    • ObjectConstructParam

      public ObjectConstructParam()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldPspec

      public void setFieldPspec(ParamSpec pspec)
      the #GParamSpec of the construct parameter
    • getFieldPspec

      public ParamSpec getFieldPspec()
      the #GParamSpec of the construct parameter
    • setFieldValue

      public void setFieldValue(Value value)
      the value to set the parameter to
    • getFieldValue

      public Value getFieldValue()
      the value to set the parameter to