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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerintintnumber of values contained in the arrayarray of valuesstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetFieldNValues(int n_values) number of values contained in the arrayvoidsetFieldValues(Value values) array of valuesMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-