Method

IdeBufferget_iter_location

Declaration

IdeLocation*
ide_buffer_get_iter_location (
  IdeBuffer* self,
  const GtkTextIter* iter
)

Description

Gets an IdeLocation for the position represented by iter.

Parameters

iter

Type: GtkTextIter

A GtkTextIter.

The data is owned by the caller of the method.

Return value

Type: IdeLocation

An IdeLocation.

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