GtkSourceCompletionProposal
GtkSourceCompletionProposal — interface for completion proposals
|
|
Object Hierarchy
GInterface
╰── GtkSourceCompletionProposal
Prerequisites
GtkSourceCompletionProposal requires
GObject.
Includes
#include <gtksourceview/gtksource.h>
Description
This interface is used to denote that an object is capable of being
a completion proposal for GtkSourceCompletion.
Currently, no method or functions are required but additional methods
may be added in the future. Proposals created by
GtkSourceCompletionProvider can use G_IMPLEMENT_INTERFACE
to
implement this with NULL
for the interface init function.
Types and Values
GtkSourceCompletionProposal
typedef struct _GtkSourceCompletionProposal GtkSourceCompletionProposal;
struct GtkSourceCompletionProposalInterface
struct GtkSourceCompletionProposalInterface {
GTypeInterface parent_iface;
};