GtkSourceCompletionProposalIface

The virtual function table for GtkSourceCompletionProposal

Members

Variables

changed
void function(GtkSourceCompletionProposal* proposal) changed;
equal
int function(GtkSourceCompletionProposal* proposal, GtkSourceCompletionProposal* other) equal;
getGicon
GIcon* function(GtkSourceCompletionProposal* proposal) getGicon;
getIcon
GdkPixbuf* function(GtkSourceCompletionProposal* proposal) getIcon;
getIconName
const(char)* function(GtkSourceCompletionProposal* proposal) getIconName;
getInfo
char* function(GtkSourceCompletionProposal* proposal) getInfo;
getLabel
char* function(GtkSourceCompletionProposal* proposal) getLabel;
getMarkup
char* function(GtkSourceCompletionProposal* proposal) getMarkup;
getText
char* function(GtkSourceCompletionProposal* proposal) getText;
hash
uint function(GtkSourceCompletionProposal* proposal) hash;
parent
GTypeInterface parent;

The parent interface.