SourceCompletionProviderT.match

Get whether the provider match the context of completion detailed in @context.

template SourceCompletionProviderT(TStruct)
bool
match
(
SourceCompletionContext context
)

Parameters

context SourceCompletionContext

a #GtkSourceCompletionContext.

Return Value

Type: bool

%TRUE if @provider matches the completion context, %FALSE otherwise.

Meta