Class FileList

All Implemented Interfaces:
PointerInterface

public class FileList extends Record
An opaque type representing a list of files.

https://docs.gtk.org/gdk4/struct.FileList.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • newFromListFileList

      public static FileList newFromListFileList(@Nonnull SList files)
      Creates a new files list container from a singly linked list of
      `GFile` instances.

      This function is meant to be used by language bindings
      Parameters:
      files - a list of files
      Returns:
      the newly created files list
    • getFiles

      public SList getFiles()
      Retrieves the list of files inside a `GdkFileList`.

      This function is meant for language bindings.
      Returns:
      the files inside the list
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()