Method

IdeEditorSearchget_match_position

since: 3.32

Declaration

guint
ide_editor_search_get_match_position (
  IdeEditorSearch* self
)

Description

Gets the match position of the cursor within the buffer. If the cursor is within a match, this will be a 1-based index will update as new matches are found while scanning the buffer.

Available since: 3.32

Return value

Type: guint

No description available.