AppLaunchContext

open class AppLaunchContext(gAppLaunchContext: CPointer<GAppLaunchContext>) : KGObject

kotlinx-gtk

07 / 08 / 2021

See also

Constructors

AppLaunchContext
Link copied to clipboard
fun AppLaunchContext()
AppLaunchContext
Link copied to clipboard
fun AppLaunchContext(gAppLaunchContext: CPointer<GAppLaunchContext>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnLaunchedCallback
Link copied to clipboard
fun addOnLaunchedCallback(action: LaunchFunction): SignalManager
addOnLaunchFailedCallback
Link copied to clipboard
fun addOnLaunchFailedCallback(action: LaunchFailedFunction): SignalManager
addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
getDisplay
Link copied to clipboard
fun getDisplay(info: AppInfo, files: List<File>): String?
getStartupNotifyId
Link copied to clipboard
fun getStartupNotifyId(info: AppInfo, files: List<File>): String?
getString
Link copied to clipboard
fun getString(propertyName: String): String
launchFailed
Link copied to clipboard
fun launchFailed(startupNotifyId: String)
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setenv
Link copied to clipboard
fun setenv(variable: String, value: String)
unref
Link copied to clipboard
open override fun unref()
unsetenv
Link copied to clipboard
fun unsetenv(variable: String)

Properties

environment
Link copied to clipboard
val environment: List<String>
gAppLaunchContext
Link copied to clipboard
val gAppLaunchContext: CPointer<GAppLaunchContext>
gClass
Link copied to clipboard
open val gClass: TypeClass
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>