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) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
FileList self() nothrowReturns `this`, for use in `with` statements.
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.
gio.file.File[] getFiles() nothrowRetrieves the list of files inside a [gdk.file_list.FileList].
Constructors
this(void * ptr, Flag!"Take" take)