Interface CompletionProposal

All Superinterfaces:
Proxy
All Known Implementing Classes:
CompletionProposal.CompletionProposalImpl

@Generated("io.github.jwharm.JavaGI") public interface CompletionProposal extends Proxy
Interface for completion proposals.

This interface is used to denote that an object is capable of being a completion proposal for Completion.

Currently, no method or functions are required but additional methods may be added in the future. Proposals created by GtkSourceCompletionProvider can use org.gnome.gobject.GObjects#IMPLEMENTINTERFACE to implement this with null for the interface init function.