Method

IdeLocationdup_title

Declaration

char*
ide_location_dup_title (
  IdeLocation* self
)

Description

Gets a title string for the location, usually in the form of shortname:line:column.

Return value

Type: char*

A new string containing the something suitable to be used as a title for diagnostics.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.