Package ch.bailu.gtk.gdk
Class FileList
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gdk.FileList
- All Implemented Interfaces:
PointerInterface
An opaque type representing a list of files.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
getFiles()
Retrieves the list of files inside a `GdkFileList`.static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
static FileList
newFromListFileList
(SList files) Creates a new files list container from a singly linked list of
`GFile` instances.Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
FileList
-
-
Method Details
-
getClassHandler
-
newFromListFileList
Creates a new files list container from a singly linked list of
`GFile` instances.
This function is meant to be used by language bindings- Parameters:
files
- a list of files- Returns:
- the newly created files list
-
getFiles
Retrieves the list of files inside a `GdkFileList`.
This function is meant for language bindings.- Returns:
- the files inside the list
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-