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
FieldsModifier and TypeFieldDescriptionstatic final Stringpointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerpointer to the previous element of the stack,
gets stored in the first `sizeof (gpointer)`
bytes of the elementvoidsetFieldNext(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, 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
-
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
-