gdk.file_list
Module for [FileList] class
class FileList
Types 1
classFileList : gobject.boxed.Boxed
An opaque type representing a list of files.
Methods
gdk.file_list.FileList newFromArray(gio.file.File[] files)Creates a new [gdk.file_list.FileList] for the given array of files.gdk.file_list.FileList newFromList(gio.file.File[] files)Creates a new files list container from a singly linked list of [gio.file.File] instances.gio.file.File[] getFiles()Retrieves the list of files inside a [gdk.file_list.FileList].