Klasse DebugKey

Alle implementierten Schnittstellen:
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

  • Felddetails

  • Konstruktordetails

    • DebugKey

      public DebugKey(PointerContainer pointer)
    • DebugKey

      public DebugKey()
  • Methodendetails

    • 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