Method
IdeCompletionProviderrefilter
Declaration
gboolean
ide_completion_provider_refilter (
IdeCompletionProvider* self,
IdeCompletionContext* context,
GListModel* proposals
)
Description
This requests that the completion provider refilter the results based on
changes to the IdeCompletionContext, such as additional text typed by the
user. If the provider can refine the results, then the provider should do
so and return TRUE.
Otherwise, FALSE is returned and the context will request a new set of
completion results.
| Available since: | 3.32 |
Parameters
context |
IdeCompletionContext |
An |
|
| The data is owned by the caller of the function. | |
proposals |
GObject |
A |
|
| The data is owned by the caller of the function. |