[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.10" ) ]
public SourceSearchContext (SourceBuffer buffer, SourceSearchSettings? settings)
Creates a new search context, associated with buffer
, and customized with settings
.
If settings
is null
, a new SourceSearchSettings
object will be created, that you can retrieve with get_settings.
buffer |
a SourceBuffer. |
settings |
a SourceSearchSettings, or |
a new search context. |