Functions

Link copied to clipboard
abstract fun argument(name: GSchemaBuilder.ArgumentContainer.NameAndValue)
Link copied to clipboard
abstract fun <Value : Any> extension(key: GNodeExtensionKey<out Value>): Value?
abstract fun <Value : Any> extension(key: GNodeExtensionKey<in Value>, value: Value)
Link copied to clipboard
abstract fun value(value: GValue): GSchemaBuilder.Value
Link copied to clipboard
abstract infix fun String.with(value: GSchemaBuilder.Value): GSchemaBuilder.ArgumentContainer.NameAndValue