Package ch.bailu.gtk.gobject
Class ObjectConstructParam
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.ObjectConstructParam
- All Implemented Interfaces:
PointerInterface
The GObjectConstructParam struct is an auxiliary structure used to hand
#GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
#GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.
https://docs.gtk.org/gobject/struct.ObjectConstructParam.html
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
the #GParamSpec of the construct parameterthe value to set the parameter tovoid
setFieldPspec
(ParamSpec pspec) the #GParamSpec of the construct parametervoid
setFieldValue
(Value value) the value to set the parameter toMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
PSPEC
the #GParamSpec of the construct parameter- See Also:
-
VALUE
the value to set the parameter to- See Also:
-
-
Constructor Details
-
ObjectConstructParam
-
ObjectConstructParam
public ObjectConstructParam()
-
-
Method Details
-
getClassHandler
-
setFieldPspec
the #GParamSpec of the construct parameter -
getFieldPspec
the #GParamSpec of the construct parameter -
setFieldValue
the value to set the parameter to -
getFieldValue
the value to set the parameter to
-