ApplicationInfo

class ApplicationInfo(pointer: <Error class: unknown class><<Error class: unknown class>>)

Information about an application running in automation mode.

Skipped during bindings generation

  • parameter major: major: Out parameter is not supported

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webkitApplicationInfoPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Get the name of the application.

Link copied to clipboard

Atomically increments the reference count of @info by one.

Link copied to clipboard
fun setName(name: String)

Set the name of the application.

Link copied to clipboard
fun setVersion(major: <Error class: unknown class>, minor: <Error class: unknown class>, micro: <Error class: unknown class>)

Set the application version.

Link copied to clipboard
fun unref()

Atomically decrements the reference count of @info by one.