Top | ![]() |
![]() |
![]() |
![]() |
IdeSearchResult * | ide_search_result_new () |
IdeSourceLocation * | ide_search_result_get_source_location () |
gint | ide_search_result_compare () |
gint | ide_search_result_get_priority () |
void | ide_search_result_set_priority () |
gfloat | ide_search_result_get_score () |
void | ide_search_result_set_score () |
IdeSourceLocation *
ide_search_result_get_source_location (IdeSearchResult *self
);
Gets the file associated with the search result if any.
Many search providers ultimately just open a file, so this may be used in lieu of handling the activate signal.
void ide_search_result_set_priority (IdeSearchResult *self
,gint priority
);
void ide_search_result_set_score (IdeSearchResult *self
,gfloat score
);