Package org.gnome.gobject
Class ParamSpec.ParamSpecImpl
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.gnome.gobject.ParamSpec
org.gnome.gobject.ParamSpec.ParamSpecImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gnome.gobject.ParamSpec
ParamSpec.ParamSpecClass, ParamSpec.ParamSpecImpl
-
Constructor Summary
ConstructorDescriptionParamSpecImpl
(MemorySegment address) Creates a new instance of ParamSpec for the provided memory address. -
Method Summary
Methods inherited from class org.gnome.gobject.ParamSpec
asParent, finalize_, getBlurb, getDefaultValue, getMemoryLayout, getName, getNameQuark, getNick, getQdata, getRedirectTarget, getType, internal, internal, isValidName, ref, refSink, setQdata, setQdataFull, sink, stealQdata, unref, valueIsValid, valuesCmp, valueSetDefault, valueValidate
Methods inherited from class org.gnome.gobject.TypeInstance
callParent, callParent, getPrivate, readGClass, writeGClass
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ParamSpecImpl
Creates a new instance of ParamSpec for the provided memory address.- Parameters:
address
- the memory address of the instance
-