Package org.gnome.gdk
Class FileList
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gdk.FileList
-
Constructor Summary
ConstructorDescriptionFileList
(MemorySegment address) Create a FileList proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic FileList
Creates a newGdkFileList
for the given array of files.static FileList
Creates a new files list container from a singly linked list ofGFile
instances.getFiles()
Retrieves the list of files inside aGdkFileList
.static Type
getType()
Get the GType of the FileList classMethods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
FileList
Create a FileList proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-
fromArray
-
fromList
-
getFiles
-