Package ch.bailu.gtk.glib
Class TrashStack
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.TrashStack
- All Implemented Interfaces:
PointerInterface
Each piece of memory that is pushed onto the stack
is cast to a GTrashStack*.
is cast to a GTrashStack*.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the element -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the elementvoid
setFieldNext
(TrashStack next) pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the elementMethods 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
-
NEXT
pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the element- See Also:
-
-
Constructor Details
-
TrashStack
-
TrashStack
public TrashStack()
-
-
Method Details
-
getClassHandler
-
setFieldNext
pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the element -
getFieldNext
pointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the element
-