Package org.gtk.gio
Types
ActionEntry
Link copied to clipboard
While coding this class, Had issues with creating proper callbacks.
ActionGroup
Link copied to clipboard
kotlinx-gtk
ActionMapEntryFunction
Link copied to clipboard
typealias ActionMapEntryFunction = (SimpleAction, Variant, Any?) -> Unit?
Content copied to clipboard
AppLaunchContext
Link copied to clipboard
open class AppLaunchContext(gAppLaunchContext: CPointer<GAppLaunchContext>) : KGObject
Content copied to clipboard
kotlinx-gtk
Application
Link copied to clipboard
open class Application(gApplicationPointer: GApplication_autoptr) : KGObject, ActionMap
Content copied to clipboard
22 / 02 / 2021
ApplicationCommandLine
Link copied to clipboard
class ApplicationCommandLine(applicationCommandLinePointer: CPointer<GApplicationCommandLine>) : KGObject
Content copied to clipboard
kotlinx-gtk
ApplicationCommandLineFunc
Link copied to clipboard
typealias ApplicationCommandLineFunc = Application.(commandLine: ApplicationCommandLine) -> Int
Content copied to clipboard
ApplicationHandleLocalOptionsFunc
Link copied to clipboard
typealias ApplicationHandleLocalOptionsFunc = Application.(options: VariantDictionary) -> Int
Content copied to clipboard
ApplicationOpenFunc
Link copied to clipboard
typealias ApplicationOpenFunc = Application.(array: Array<File>, hint: String) -> Unit
Content copied to clipboard
AsyncReadyCallback
Link copied to clipboard
typealias AsyncReadyCallback = (sourceObject: KGObject?, result: AsyncResult) -> Unit
Content copied to clipboard
AsyncResult
Link copied to clipboard
kotlinx-gtk
Cancellable
Link copied to clipboard
gtk-kt
CompareKGValueFunction
Link copied to clipboard
DBusConnection
Link copied to clipboard
class DBusConnection(dBussConnectionPointer: CPointer<GDBusConnection>) : KGObject
Content copied to clipboard
kotlinx-gtk 14 / 04 / 2021
FileEnumerator
Link copied to clipboard
FileIcon
Link copied to clipboard
class FileIcon(fileIconPointer: GFileIcon_autoptr) : KGObject, Icon, LoadableIcon
Content copied to clipboard
gtk-kt
FileOutputStream
Link copied to clipboard
class FileOutputStream(fileOutputPointer: GFileOutputStream_autoptr) : OutputStream
Content copied to clipboard
15 / 01 / 2022
InputStream
Link copied to clipboard
gtk-kt
KGCancellable
Link copied to clipboard
class KGCancellable(cancellablePointer: CPointer<GCancellable>) : KGObject
Content copied to clipboard
kotlinx-gtk
LaunchFailedFunction
Link copied to clipboard
typealias LaunchFailedFunction = (startupNotifyId: @ParameterName(name = "startupNotifyId") String) -> Unit
Content copied to clipboard
LaunchFunction
Link copied to clipboard
typealias LaunchFunction = (info: @ParameterName(name = "info") AppInfo, platformData: @ParameterName(name = "platformData") Variant) -> Unit
Content copied to clipboard
LoadableIcon
Link copied to clipboard
gtk-kt
MenuAttributeIter
Link copied to clipboard
class MenuAttributeIter(menuAttributeIterPointer: GMenuAttributeIter_autoptr) : KGObject
Content copied to clipboard
gtk-kt
MenuLinkIter
Link copied to clipboard
class MenuLinkIter(menuLinkIterPointer: GMenuLinkIter_autoptr) : KGObject
Content copied to clipboard
gtk-kt
MountOperation
Link copied to clipboard
open class MountOperation(gMountOperationPointer: GMountOperation_autoptr) : KGObject
Content copied to clipboard
20 / 12 / 2021
NativeActionMapEntryFunction
Link copied to clipboard
typealias NativeActionMapEntryFunction = (actionPointer: @ParameterName(name = "actionPointer") CPointer<GSimpleAction>?, parameterPointer: @ParameterName(name = "parameterPointer") CPointer<GVariant>?, type: @ParameterName(name = "type") Int) -> Unit
Content copied to clipboard
Notification
Link copied to clipboard
class Notification(notificationPointer: CPointer<GNotification>) : KGObject
Content copied to clipboard
kotlinx-gtk 14 / 04 / 2021
OutputStream
Link copied to clipboard
15 / 01 / 2022
Permission
Link copied to clipboard
kotlinx-gtk
SimpleAction
Link copied to clipboard
class SimpleAction(simpleActionPointer: GSimpleAction_autoptr) : KGObject, Action
Content copied to clipboard
kotlinx-gtk
TypedAsyncReadyCallback
Link copied to clipboard