- 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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getIcon
GdkPixbuf* function(GtkSourceCompletionProposal* proposal) getIcon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getInfo
char* function(GtkSourceCompletionProposal* proposal) getInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getLabel
char* function(GtkSourceCompletionProposal* proposal) getLabel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getMarkup
char* function(GtkSourceCompletionProposal* proposal) getMarkup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getText
char* function(GtkSourceCompletionProposal* proposal) getText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hash
uint function(GtkSourceCompletionProposal* proposal) hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parent
GTypeInterface parent;
Undocumented in source.
The virtual function table for GtkSourceCompletionProposal. GTypeInterface parent; The parent interface. get_label () The virtual function pointer for gtk_source_completion_proposal_get_label(). By default, NULL is returned. get_markup () The virtual function pointer for gtk_source_completion_proposal_get_markup(). By default, NULL is returned. get_text () The virtual function pointer for gtk_source_completion_proposal_get_text(). By default, NULL is returned. get_icon () The virtual function pointer for gtk_source_completion_proposal_get_icon(). By default, NULL is returned. get_info () The virtual function pointer for gtk_source_completion_proposal_get_info(). By default, NULL is returned. hash () The virtual function pointer for gtk_source_completion_proposal_hash(). By default, it uses a direct hash (g_direct_hash()). equal () The virtual function pointer for gtk_source_completion_proposal_equal(). By default, it uses direct equality (g_direct_equal()). changed () The function pointer for the "changed" signal.