Package ch.bailu.gtk.gdk
Klasse FileList
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gdk.FileList
- Alle implementierten Schnittstellen:
PointerInterface
An opaque type representing a list of files.
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
FileList
-
-
Methodendetails
-
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- Parameter:
files
- a list of files- Gibt zurück:
- the newly created files list
-
getFiles
Retrieves the list of files inside a `GdkFileList`.
This function is meant for language bindings.- Gibt zurück:
- the files inside the list
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-