Class TypeQuery

All Implemented Interfaces:
PointerInterface

public class TypeQuery extends Record
A structure holding information for a specific type.

See also: g_type_query()

https://docs.gtk.org/gobject/struct.TypeQuery.html

  • Field Details

  • Constructor Details

    • TypeQuery

      public TypeQuery(PointerContainer pointer)
    • TypeQuery

      public TypeQuery()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldType

      public void setFieldType(long type)
      the #GType value of the type
    • getFieldType

      public long getFieldType()
      the #GType value of the type
    • setFieldTypeName

      public void setFieldTypeName(Str type_name)
      the name of the type
    • getFieldTypeName

      public Str getFieldTypeName()
      the name of the type
    • setFieldClassSize

      public void setFieldClassSize(int class_size)
      the size of the class structure
    • getFieldClassSize

      public int getFieldClassSize()
      the size of the class structure
    • setFieldInstanceSize

      public void setFieldInstanceSize(int instance_size)
      the size of the instance structure
    • getFieldInstanceSize

      public int getFieldInstanceSize()
      the size of the instance structure