Constructor

IdeLocationnew

Declaration

IdeLocation*
ide_location_new (
  GFile* file,
  gint line,
  gint line_offset
)

Description

No description available.

Parameters

file

Type: GFile

No description available.

The data is owned by the caller of the function.
line

Type: gint

No description available.

line_offset

Type: gint

No description available.

Return value

Type: IdeLocation

No description available.

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