Gdk.FileList¶
Fields¶
None
Methods¶
class |
|
class |
|
|
Details¶
- class Gdk.FileList¶
An opaque type representing a list of files.
New in version 4.6.
- classmethod new_from_array(files)[source]¶
- Parameters:
files ([
Gio.File
]) – the files to add to the list- Returns:
the newly create files list
- Return type:
Creates a new
GdkFileList
for the given array of files.This function is meant to be used by language bindings.
New in version 4.8.