Method

IdeSearchReducerpush

Declaration

void
ide_search_reducer_push (
  IdeSearchReducer* reducer,
  IdeSearchResult* result
)

Description

Adds result to the set unless it scores too low.

Available since:3.32

Parameters

result IdeSearchResult
 

An IdeSearchResult.

 The data is owned by the caller of the function.