Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class ObjectType<T : Object>(typeClass: KClass<T>, parentType: KGType<Object>) : TypeCompanion<T>
Companion object base class used for declaring Kotlin classes that are registered in the GObject type system.
Link copied to clipboard
Interface implemented by all companion objects for types that have a KGType.
Link copied to clipboard
interface TypeProvider
Interface used for dynamic type casting.
Link copied to clipboard