Class FileAttributeInfo

All Implemented Interfaces:
PointerInterface

public class FileAttributeInfo extends Record
Information about a specific attribute.

https://docs.gtk.org/gio/struct.FileAttributeInfo.html

  • Field Details

  • Constructor Details

    • FileAttributeInfo

      public FileAttributeInfo(PointerContainer pointer)
    • FileAttributeInfo

      public FileAttributeInfo()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldName

      public void setFieldName(Str name)
      the name of the attribute.
    • getFieldName

      public Str getFieldName()
      the name of the attribute.
    • setFieldType

      public void setFieldType(int type)
      the #GFileAttributeType type of the attribute.
    • getFieldType

      public int getFieldType()
      the #GFileAttributeType type of the attribute.
    • setFieldFlags

      public void setFieldFlags(int flags)
      a set of #GFileAttributeInfoFlags.
    • getFieldFlags

      public int getFieldFlags()
      a set of #GFileAttributeInfoFlags.