Package ch.bailu.gtk.gobject
Class ParamSpecOverride
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.ParamSpec
ch.bailu.gtk.gobject.ParamSpecOverride
- All Implemented Interfaces:
PointerInterface
A #GParamSpec derived structure that redirects operations to
other types of #GParamSpec.
All operations other than getting or setting the value are redirected,
including accessing the nick and blurb, validating a value, and so
forth.
See g_param_spec_get_redirect_target() for retrieving the overridden
property. #GParamSpecOverride is used in implementing
g_object_class_override_property(), and will not be directly useful
unless you are implementing a new base type similar to GObject.
other types of #GParamSpec.
All operations other than getting or setting the value are redirected,
including accessing the nick and blurb, validating a value, and so
forth.
See g_param_spec_get_redirect_target() for retrieving the overridden
property. #GParamSpecOverride is used in implementing
g_object_class_override_property(), and will not be directly useful
unless you are implementing a new base type similar to GObject.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.bailu.gtk.gobject.ParamSpec
ParamSpec.OnDestroyNotify
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
Methods inherited from class ch.bailu.gtk.gobject.ParamSpec
getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget, internal, isValidName, ref, refSink, setQdata, setQdataFull, sink, stealQdata, unref
Methods 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
-
Constructor Details
-
ParamSpecOverride
-
-
Method Details
-
getClassHandler
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-