Package ch.bailu.gtk.gobject
Class ValueArray
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gobject.ValueArray
- All Implemented Interfaces:
PointerInterface
A #GValueArray contains an array of #GValue elements.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
int
int
number of values contained in the arrayarray of valuesstatic int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
void
setFieldNValues
(int n_values) number of values contained in the arrayvoid
setFieldValues
(Value values) array of valuesMethods 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
-
N_VALUES
number of values contained in the array- See Also:
-
VALUES
array of values- See Also:
-
N_PREALLOCED
- See Also:
-
-
Constructor Details
-
ValueArray
-
ValueArray
public ValueArray()
-
-
Method Details
-
getClassHandler
-
setFieldNValues
public void setFieldNValues(int n_values) number of values contained in the array -
getFieldNValues
public int getFieldNValues()number of values contained in the array -
setFieldValues
array of values -
getFieldValues
array of values -
getFieldNPrealloced
public int getFieldNPrealloced() -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-