SourceSearchContext
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.10" ) ]
public SourceSearchContext (SourceBuffer buffer, SourceSearchSettings? settings)
  [ 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.
Parameters:
| buffer | a SourceBuffer. | 
| settings | a SourceSearchSettings, or  | 
Returns:
| a new search context. |