- changed
void function(GtkSourceCompletionProposal* proposal) changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- equal
int function(GtkSourceCompletionProposal* proposal, GtkSourceCompletionProposal* other) equal;
- getIcon
GdkPixbuf* function(GtkSourceCompletionProposal* proposal) getIcon;
- 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 virtual function table for #GtkSourceCompletionProposal.