Constructor

IdeEditorSearchnew

since: 3.32

Declaration

IdeEditorSearch*
ide_editor_search_new (
  GtkSourceView* view
)

Description

Creates a new IdeEditorSearch instance for the GtkSourceView. You should only create one of these per IdeEditorView.

Available since: 3.32

Parameters

view

Type: GtkSourceView

No description available.

The data is owned by the caller of the function.

Return value

Type: IdeEditorSearch

A new IdeEditorSearch instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.