CompletionProposalImpl

data class CompletionProposalImpl(val gtksourceCompletionProposalPointer: <Error class: unknown class><<Error class: unknown class>>) : CompletionProposal

The CompletionProposalImpl type represents a native instance of the CompletionProposal interface.

Constructors

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

Creates a new instance of CompletionProposal for the provided CPointer.

Properties

Link copied to clipboard
open override val gtksourceCompletionProposalPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getTypedText(): String?

Gets the typed-text for the proposal, if supported by the implementation.