Cancellable

class Cancellable(cancellablePointer: GCancellable_autoptr) : KGObject

gtk-kt

26 / 09 / 2021

See also

Constructors

Cancellable
Link copied to clipboard
fun Cancellable()
Cancellable
Link copied to clipboard
fun Cancellable(cancellablePointer: GCancellable_autoptr)

Types

Companion
Link copied to clipboard
object Companion

Functions

addOnCancelledCallback
Link copied to clipboard
fun addOnCancelledCallback(action: () -> Unit): 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
cancel
Link copied to clipboard
fun cancel()
connect
Link copied to clipboard
fun connect(callback: () -> Unit): gulong
disconnect
Link copied to clipboard
fun disconnect(handleId: gulong)
getString
Link copied to clipboard
fun getString(propertyName: String): String
makePollFD
Link copied to clipboard
fun makePollFD(pollFD: PollFD): Boolean
popCurrent
Link copied to clipboard
fun popCurrent()
pushCurrent
Link copied to clipboard
fun pushCurrent()
ref
Link copied to clipboard
open fun ref(): KGObject
releaseFD
Link copied to clipboard
fun releaseFD()
reset
Link copied to clipboard
fun reset()
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
sourceNew
Link copied to clipboard
fun sourceNew(): Source
unref
Link copied to clipboard
open override fun unref()

Properties

cancellablePointer
Link copied to clipboard
val cancellablePointer: GCancellable_autoptr
fd
Link copied to clipboard
val fd: Int
gClass
Link copied to clipboard
open val gClass: TypeClass
isCancelled
Link copied to clipboard
val isCancelled: Boolean
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>