Class ParamSpecUInt64

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class ParamSpecUInt64 extends ParamSpec
A GParamSpec derived structure that contains the meta data for unsigned 64bit integer properties.
  • Constructor Details

    • ParamSpecUInt64

      public ParamSpecUInt64(MemorySegment address)
      Create a ParamSpecUInt64 instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getType

      public static Type getType()
      Get the GType of the GParamSpecUInt64 class.
      Returns:
      always Types.PARAM
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected ParamSpecUInt64 asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class ParamSpec
      Returns:
      the instance as if it were its parent type