SourceCompletionProvider


Object Hierarchy:

Object hierarchy for SourceCompletionProvider

Description:


public interface SourceCompletionProvider : Object

Completion provider interface.

You must implement this interface to provide proposals to [class@Completion].

In most cases, implementations of this interface will want to use [vfunc@CompletionProvider.populate_async] to asynchronously populate the results to avoid blocking the main loop.

All known implementing classes:

Namespace: Gtk

Content:

Methods:

Inherited Members: