Method

IdeLocationdup

Declaration

IdeLocation*
ide_location_dup (
  IdeLocation* self
)

Description

Makes a deep copy of self.

Available since:3.32

Return value

Returns: IdeLocation
 

A new IdeLocation.

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