GtkSourceCompletionProviderIface

The virtual function table for GtkSourceCompletionProvider. GTypeInterface g_iface; The parent interface. get_name () The virtual function pointer for gtk_source_completion_provider_get_name(). Must be implemented. get_icon () The virtual function pointer for gtk_source_completion_provider_get_icon(). By default, NULL is returned. populate () The virtual function pointer for gtk_source_completion_provider_populate(). Add no proposals by default. match () The virtual function pointer for gtk_source_completion_provider_match(). By default, TRUE is returned. get_activation () The virtual function pointer for gtk_source_completion_provider_get_activation(). The combination of all GtkSourceCompletionActivation is returned by default. get_info_widget () The virtual function pointer for gtk_source_completion_provider_get_info_widget(). By default, NULL is returned. update_info () The virtual function pointer for gtk_source_completion_provider_update_info(). Does nothing by default. get_start_iter () The virtual function pointer for gtk_source_completion_provider_get_start_iter(). By default, FALSE is returned. activate_proposal () The virtual function pointer for gtk_source_completion_provider_activate_proposal(). By default, FALSE is returned. get_interactive_delay () The virtual function pointer for gtk_source_completion_provider_get_interactive_delay(). By default, -1 is returned. get_priority () The virtual function pointer for gtk_source_completion_provider_get_priority(). By default, 0 is returned.

Members

Variables

activateProposal
int function(GtkSourceCompletionProvider* provider, GtkSourceCompletionProposal* proposal, GtkTextIter* iter) activateProposal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gIface
GTypeInterface gIface;
Undocumented in source.
getActivation
GtkSourceCompletionActivation function(GtkSourceCompletionProvider* provider) getActivation;
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(GtkSourceCompletionProvider* provider) getIcon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getInfoWidget
GtkWidget* function(GtkSourceCompletionProvider* provider, GtkSourceCompletionProposal* proposal) getInfoWidget;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getInteractiveDelay
int function(GtkSourceCompletionProvider* provider) getInteractiveDelay;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getName
char* function(GtkSourceCompletionProvider* provider) getName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPriority
int function(GtkSourceCompletionProvider* provider) getPriority;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getStartIter
int function(GtkSourceCompletionProvider* provider, GtkSourceCompletionContext* context, GtkSourceCompletionProposal* proposal, GtkTextIter* iter) getStartIter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
match
int function(GtkSourceCompletionProvider* provider, GtkSourceCompletionContext* context) match;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
populate
void function(GtkSourceCompletionProvider* provider, GtkSourceCompletionContext* context) populate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
updateInfo
void function(GtkSourceCompletionProvider* provider, GtkSourceCompletionProposal* proposal, GtkSourceCompletionInfo* info) updateInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta