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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlergetFiles()Retrieves the list of files inside a `GdkFileList`.static intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizestatic FileListnewFromListFileList(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, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-