Method

IdeBufferget_insert_location

since: 3.32

Declaration

IdeLocation*
ide_buffer_get_insert_location (
  IdeBuffer* self
)

Description

Gets the location of the insert mark as an IdeLocation.

Available since: 3.32

Return value

Type: IdeLocation

An IdeLocation.

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