Class DebugKey

All Implemented Interfaces:
PointerInterface

public class DebugKey extends Record
Associates a string with a bit flag.
Used in g_parse_debug_string().

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

  • Field Details

  • Constructor Details

    • DebugKey

      public DebugKey(PointerContainer pointer)
    • DebugKey

      public DebugKey()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldKey

      public void setFieldKey(Str key)
      the string
    • getFieldKey

      public Str getFieldKey()
      the string
    • setFieldValue

      public void setFieldValue(int value)
      the flag
    • getFieldValue

      public int getFieldValue()
      the flag