Method

IdeSearchResultactivate

Declaration

void
ide_search_result_activate (
  IdeSearchResult* self,
  GtkWidget* last_focus
)

Description

Requests that self activate. last_focus is provided so that the search result may activate GAction or other context-specific actions.

Parameters

last_focus

Type: GtkWidget

A GtkWidget of the last focus.

The data is owned by the caller of the method.