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) static nothrowCreates a new [gdk.file_list.FileList] for the given array of files.gdk.file_list.FileList newFromList(gio.file.File[] files) static nothrowCreates a new files list container from a singly linked list of [gio.file.File] instances.