Class TrashStack

All Implemented Interfaces:
PointerInterface

public class TrashStack extends Record
Each piece of memory that is pushed onto the stack
is cast to a GTrashStack*.

https://docs.gtk.org/glib/struct.TrashStack.html

  • Field Details

    • NEXT

      public static final String 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

      public TrashStack(PointerContainer pointer)
    • TrashStack

      public TrashStack()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldNext

      public void setFieldNext(TrashStack next)
      pointer to the previous element of the stack,
      gets stored in the first `sizeof (gpointer)`
      bytes of the element
    • getFieldNext

      public TrashStack getFieldNext()
      pointer to the previous element of the stack,
      gets stored in the first `sizeof (gpointer)`
      bytes of the element