Interface

GtkSource-5GtkSourceCompletionProposalInterface

Interface for implementing CompletionProposal. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_typed_text(): string;
}

Hierarchy (View Summary)

Index

Methods

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

    Implementing this virtual-function is optional, but can be useful to allow external tooling to compare results.

    Returns string