gdk.file_list

Module for [FileList] class

class FileList

Types 1

An opaque type representing a list of files.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
FileList self()Returns `this`, for use in `with` statements.
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].
Constructors
this(void * ptr, Flag!"Take" take)