Klasse FileAttributeInfo

Alle implementierten Schnittstellen:
PointerInterface

public class FileAttributeInfo extends Record
Information about a specific attribute.

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

  • Felddetails

  • Konstruktordetails

    • FileAttributeInfo

      public FileAttributeInfo(PointerContainer pointer)
    • FileAttributeInfo

      public FileAttributeInfo()
  • Methodendetails

    • 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.