Constructor

IdeRangenew

Declaration

IdeRange*
ide_range_new (
  IdeLocation* begin,
  IdeLocation* end
)

Description

No description available.

Parameters

begin

Type: IdeLocation

No description available.

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

Type: IdeLocation

No description available.

The data is owned by the caller of the function.

Return value

Type: IdeRange

No description available.

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